X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.h;h=b50b0b2e6fe516a125b679a614e2e14eba9af19c;hb=70d0d339d06cbe6b35ef0efc4fd3d7e8f92b6a01;hp=b91f55b13de3124b4102961efadffcba053ac3b4;hpb=fd632c80c5d393253d394c9a8721339876602882;p=awesomized%2Flibmemcached diff --git a/libtest/server.h b/libtest/server.h index b91f55b1..b50b0b2e 100644 --- a/libtest/server.h +++ b/libtest/server.h @@ -124,6 +124,11 @@ public: return (_port != 0); } + virtual bool has_syslog() const + { + return false; + } + // Reset a server if another process has killed the server void reset() { @@ -172,7 +177,6 @@ public: bool command(std::string& command_arg); protected: - void nap(); bool set_pid_file(); private: