X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.h;h=1b6841d55d38d57541679d0af66305f9060df58a;hb=750f7447e014aab84e69e42b21feb1d996b2cf13;hp=df2bbee814774d9ceb8146e0d5e1d97859f3794f;hpb=2dc9e4fe44119bae275257cc8d7253665fc2606b;p=m6w6%2Flibmemcached diff --git a/libtest/server.h b/libtest/server.h index df2bbee8..1b6841d5 100644 --- a/libtest/server.h +++ b/libtest/server.h @@ -39,6 +39,7 @@ private: typedef std::vector< std::pair > Options; private: + uint64_t _magic; bool _is_socket; std::string _socket; std::string _sasl; @@ -229,6 +230,8 @@ public: bool start(); bool command(libtest::Application& app); + bool validate(); + protected: bool set_pid_file(); Options _options;