X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver_container.h;h=b358e28dd93bbff7ce9cd40d47da10c42de9ac73;hb=98275f5795d1e539131545840ad38f456ece73d2;hp=0a78c4f5345e94d2b6274ea4028097ce0a9d4ffd;hpb=9139975f5fe7895259645117b1e0e9a6cb9c27cc;p=m6w6%2Flibmemcached diff --git a/libtest/server_container.h b/libtest/server_container.h index 0a78c4f5..b358e28d 100644 --- a/libtest/server_container.h +++ b/libtest/server_container.h @@ -112,7 +112,9 @@ public: } - void shutdown_and_remove(); + // Just remove everything after shutdown + void clear(); + bool shutdown(); bool shutdown(uint32_t number_of_host);