Improvements on valgrind detection.
[m6w6/libmemcached] / libtest / server.h
index df2bbee814774d9ceb8146e0d5e1d97859f3794f..1b6841d55d38d57541679d0af66305f9060df58a 100644 (file)
@@ -39,6 +39,7 @@ private:
   typedef std::vector< std::pair<std::string, std::string> > 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;