X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver_container.h;h=b358e28dd93bbff7ce9cd40d47da10c42de9ac73;hb=a75ccc958c9407f482708d1a491e4bf6054d6998;hp=0a78c4f5345e94d2b6274ea4028097ce0a9d4ffd;hpb=a1f2b0b98e03369ed051b232f1fc33ed1d611b16;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);