memcache/server.h
changeset 48 1c67f512779b
parent 43 e5b714190dee
child 49 10c7dce1a043
equal deleted inserted replaced
47:a5c09677ca6f 48:1c67f512779b
    29 
    29 
    30 /*
    30 /*
    31  * Attempt to grow the connection pool by one connection. Doesn't do anything if we already have too many connections,
    31  * Attempt to grow the connection pool by one connection. Doesn't do anything if we already have too many connections,
    32  * otherwise the new connection will be opened and added to the conn_list.
    32  * otherwise the new connection will be opened and added to the conn_list.
    33  */
    33  */
    34 int memcache_server_grow_connpool (struct memcache_server *server);
    34 void memcache_server_grow_connpool (struct memcache_server *server);
    35 
    35 
    36 /*
    36 /*
    37  * Process the given request on this server.
    37  * Process the given request on this server.
    38  */
    38  */
    39 int memcache_server_add_req (struct memcache_server *server, struct memcache_req *req);
    39 int memcache_server_add_req (struct memcache_server *server, struct memcache_req *req);