Merge
[m6w6/libmemcached] / libtest / framework.h
index 90908244c47506a655c50b3bcf64dbbeb9a0ab7d..c5ca7a1bf7da945f2ccfcc634de785e309c958c0 100644 (file)
@@ -148,6 +148,11 @@ public:
   {
     _servers.set_sasl(username_arg, password_arg);
   }
+
+  libtest::server_startup_st& servers()
+  {
+    return _servers;
+  }
   
   /**
     Runner represents the callers for the tests. If not implemented we will use