X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=4594d5b6abe44ca76defa5e9a21c9e85f185402c;hb=9dc6d5dd46302302b8683ed88908d7e6a86a3acf;hp=a08996140189c69648823700d6306faa5ad96125;hpb=91d6a7efc71376a7fffee6ed1dd2ce3f6feaa2bb;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);