summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index 8c335c1..8d63634 100644
--- a/memcached.h
+++ b/memcached.h
@@ -310,6 +310,7 @@ struct settings {
int hashpower_init; /* Starting hash power level */
bool shutdown_command; /* allow shutdown command */
int tail_repair_time; /* LRU tail refcount leak repair time */
+ bool flush_enabled; /* flush_all enabled */
};
extern struct stats stats;