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 8a51352..91b6502 100644
--- a/memcached.h
+++ b/memcached.h
@@ -307,6 +307,7 @@ struct settings {
bool slab_reassign; /* Whether or not slab reassignment is allowed */
int slab_automove; /* Whether or not to automatically move slabs */
int hashpower_init; /* Starting hash power level */
+ bool shutdown_command; /* allow shutdown command */
};
extern struct stats stats;