X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Futil%2Fpool.h;h=f00966aa83ee50d515863c192a4647edd9db1e43;hb=18ace40ddb7271f3f5e71965f74fe11d7754bd8f;hp=f2e71a2a415c8c23020883fe4e5ed87944488c30;hpb=9ea216e88d31ba62f89234361318a0accbbfe75a;p=awesomized%2Flibmemcached diff --git a/libmemcached/util/pool.h b/libmemcached/util/pool.h index f2e71a2a..f00966aa 100644 --- a/libmemcached/util/pool.h +++ b/libmemcached/util/pool.h @@ -23,10 +23,14 @@ struct memcached_pool_st; typedef struct memcached_pool_st memcached_pool_st; LIBMEMCACHED_API -memcached_pool_st *memcached_pool_create(memcached_st* mmc, uint32_t initial, - uint32_t max); +memcached_pool_st *memcached_pool_create(memcached_st* mmc, uint32_t initial, uint32_t max); + +LIBMEMCACHED_API +memcached_pool_st *memcached_pool(const char *option_string, size_t option_string_length); + LIBMEMCACHED_API memcached_st* memcached_pool_destroy(memcached_pool_st* pool); + LIBMEMCACHED_API memcached_st* memcached_pool_pop(memcached_pool_st* pool, bool block,