X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.h;h=a41e621bb1f491cccf804d334493b360c53e4409;hb=25efe3485198149616820ab4e52d2f18f0abe5a7;hp=736810be0ae94b895ecf2523d479fa0bd54c1869;hpb=72d630c2835020db3027fe7b185ad25e8a98aabc;p=m6w6%2Flibmemcached diff --git a/libtest/server.h b/libtest/server.h index 736810be..a41e621b 100644 --- a/libtest/server.h +++ b/libtest/server.h @@ -204,8 +204,6 @@ public: _log_file.clear(); } - bool args(Application&); - pid_t pid() const; bool has_pid() const; @@ -264,6 +262,8 @@ private: bool set_log_file(); bool set_socket_file(); void reset_pid(); + bool args(Application&); + std::string _error; };