2 Server startup and shutdown functions.
8 #include <libmemcached/memcached.h>
10 typedef struct server_startup_st server_startup_st
;
12 struct server_startup_st
16 memcached_server_st
*servers
;
20 void server_startup(server_startup_st
*construct
);
21 void server_shutdown(server_startup_st
*construct
);