If we compile not under a SCM system, assume that we should not use -Werror
[awesomized/libmemcached] / libmemcached-1.0 / types / behavior.h
index 192b89e490bc5c79d78de971c50e831a236d7d80..d0af189ada06817b9fb8a6e9d880286ee2211adb 100644 (file)
@@ -75,6 +75,7 @@ enum memcached_behavior_t {
   MEMCACHED_BEHAVIOR_TCP_KEEPIDLE,
   MEMCACHED_BEHAVIOR_LOAD_FROM_FILE,
   MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS,
+  MEMCACHED_BEHAVIOR_DEAD_TIMEOUT,
   MEMCACHED_BEHAVIOR_MAX
 };