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