X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=4594d5b6abe44ca76defa5e9a21c9e85f185402c;hb=0792d5bdd0b2a352cce1a4cb084eca19b15acc56;hp=58e1d79a73edff91658a60992f9b37be5806fdb0;hpb=ee71b673a9ce3261cd81723262a8516949388be9;p=m6w6%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index 58e1d79a..4594d5b6 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -25,7 +25,13 @@ 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); + +libtest::Server *build_memcached_sasl_socket(const std::string& socket_file, const in_port_t try_port, const std::string& username, const std::string& password); + }