2 * Copyright (C) 2011 Data Differential, http://datadifferential.com/
3 * Copyright (C) 2006-2009 Brian Aker
6 * Use and distribution licensed under the BSD license. See
7 * the COPYING file in the parent directory for full text.
13 Server startup and shutdown functions.
19 #include <libmemcached/memcached.h>
21 typedef struct server_startup_st server_startup_st
;
23 struct server_startup_st
27 memcached_server_st
*servers
;
31 void server_startup(server_startup_st
*construct
);
32 void server_shutdown(server_startup_st
*construct
);