summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index 97a79d0..17bfd71 100644
--- a/memcached.h
+++ b/memcached.h
@@ -301,7 +301,7 @@ struct settings {
bool sasl; /* SASL on/off */
bool maxconns_fast; /* Whether or not to early close connections */
bool slab_reassign; /* Whether or not slab reassignment is allowed */
- bool slab_automove; /* Whether or not to automatically move slabs */
+ int slab_automove; /* Whether or not to automatically move slabs */
int hashpower_init; /* Starting hash power level */
};