X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=4594d5b6abe44ca76defa5e9a21c9e85f185402c;hb=b43d7591dbe31dedd9fed41f01d07e8a3412582b;hp=a08996140189c69648823700d6306faa5ad96125;hpb=5d66b2f99bf7de6f54a3e463b01542b997f68ac8;p=awesomized%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index a0899614..4594d5b6 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -25,6 +25,8 @@ namespace libtest { libtest::Server *build_memcached(const std::string& hostname, const in_port_t try_port); +libtest::Server *build_memcached_light(const std::string& socket_file, const in_port_t try_port); + libtest::Server *build_memcached_socket(const std::string& socket_file, const in_port_t try_port); libtest::Server *build_memcached_sasl(const std::string& hostname, const in_port_t try_port, const std::string& username, const std::string& password);