testing: sasl
[m6w6/libmemcached] / testing / lib / MemcachedCluster.hpp
index ee2dfdd2fa91f4ffbd69c1e74542c40fe9a93f7f..39859b7d90aee4e9bd162ba305a84210a10abf42 100644 (file)
@@ -31,6 +31,10 @@ public:
   static MemcachedCluster network();
   static MemcachedCluster socket();
 
+#if LIBMEMCACHED_WITH_SASL_SUPPORT
+  static MemcachedCluster sasl();
+#endif
+
 private:
   static const memcached_st empty_memc;