X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=test%2Flib%2FCluster.hpp;h=4e151020c65cdc2a7c6dc747a973dc451de8f80d;hb=fd66e60622e8e139753f62454cfdd5be662e39a0;hp=c99e1d377ceca6248f68ef72b10d96727f312e23;hpb=21e20f73898b5f47e6cbd866beb95e95d6bf1215;p=m6w6%2Flibmemcached diff --git a/test/lib/Cluster.hpp b/test/lib/Cluster.hpp index c99e1d37..4e151020 100644 --- a/test/lib/Cluster.hpp +++ b/test/lib/Cluster.hpp @@ -42,7 +42,7 @@ public: const vector &getServers() const; bool start(); - void stop(); + void stop(bool graceful = false); bool isStopped(); bool isListening(); void wait();