testing: freebsd [travis skip]
[awesomized/libmemcached] / test / lib / Cluster.hpp
index 199d2c74c49c51afbd4176b664387f375d095034..4e151020c65cdc2a7c6dc747a973dc451de8f80d 100644 (file)
@@ -42,10 +42,11 @@ public:
   const vector<Server> &getServers() const;
 
   bool start();
-  void stop();
+  void stop(bool graceful = false);
   bool isStopped();
   bool isListening();
   void wait();
+  bool restart();
 
 private:
   size_t count;