X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=a08996140189c69648823700d6306faa5ad96125;hb=3dffdabbb7e41075f7998cd2af6498b42c97f471;hp=58e1d79a73edff91658a60992f9b37be5806fdb0;hpb=ee71b673a9ce3261cd81723262a8516949388be9;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); + }