2 * Copyright (C) 2006-2009 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
10 Server startup and shutdown functions.
16 #include <libmemcached/memcached.h>
18 typedef struct server_startup_st server_startup_st
;
20 struct server_startup_st
24 memcached_server_st
*servers
;
28 void server_startup(server_startup_st
*construct
);
29 void server_shutdown(server_startup_st
*construct
);