X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=a08996140189c69648823700d6306faa5ad96125;hb=b77f874c7d7ff386d01eeedb44c14d3003354bae;hp=58e1d79a73edff91658a60992f9b37be5806fdb0;hpb=d61195ed2a8d1db91773e1b66f6a17372f3a4838;p=awesomized%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index 58e1d79a..a0899614 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -27,5 +27,9 @@ libtest::Server *build_memcached(const std::string& hostname, const in_port_t tr 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); + }