Build from trunk
[m6w6/libmemcached] / libtest / server.h
index b91f55b13de3124b4102961efadffcba053ac3b4..b50b0b2e6fe516a125b679a614e2e14eba9af19c 100644 (file)
@@ -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: