X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.h;h=581cf8596b30297af084fe554cef729838ac33e8;hb=fd55b335a4d6530382bb95542479332c87de1d30;hp=454f69ca81e1266824c6cd7d5d3e58a0f36380b2;hpb=9e514c6e5b09edb48332a7b25cc243b930a64ee6;p=awesomized%2Flibmemcached diff --git a/libtest/server.h b/libtest/server.h index 454f69ca..581cf859 100644 --- a/libtest/server.h +++ b/libtest/server.h @@ -32,6 +32,7 @@ struct server_startup_st char pid_file[SERVERS_TO_CREATE][FILENAME_MAX]; in_port_t port[SERVERS_TO_CREATE]; int pids[SERVERS_TO_CREATE]; + bool is_used[SERVERS_TO_CREATE]; // Did we start it, or was it just sitting there? }; void server_startup(server_startup_st *construct);