Add in test cases for --socket (and documentation).
[awesomized/libmemcached] / libtest / server.h
index 454f69ca81e1266824c6cd7d5d3e58a0f36380b2..5444821d685d8aa24faf97ef95594fc74c57d4c3 100644 (file)
@@ -27,11 +27,11 @@ struct server_startup_st
 {
   uint8_t count;
   uint8_t udp;
-  memcached_server_st *servers;
   char *server_list;
   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);