Merge up to gearmand.
[m6w6/libmemcached] / libtest / server.h
index a41e621bb1f491cccf804d334493b360c53e4409..f27ce08f7455066598b6ac333b7eef079cdcc1a9 100644 (file)
@@ -250,6 +250,16 @@ public:
 
   bool validate();
 
+  void out_of_ban_killed(bool arg)
+  {
+    out_of_ban_killed_= arg;
+  }
+
+  bool out_of_ban_killed()
+  {
+    return out_of_ban_killed_;
+  }
+
 protected:
   bool set_pid_file();
   Options _options;
@@ -262,6 +272,7 @@ private:
   bool set_log_file();
   bool set_socket_file();
   void reset_pid();
+  bool out_of_ban_killed_;
   bool args(Application&);
 
   std::string _error;