summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index b7d4ad5..b0e10f7 100644
--- a/memcached.h
+++ b/memcached.h
@@ -320,7 +320,9 @@ struct slab_stats {
X(response_obj_oom) \
X(response_obj_count) \
X(response_obj_bytes) \
- X(read_buf_oom)
+ X(read_buf_oom) \
+ X(store_too_large) \
+ X(store_no_memory)
#ifdef EXTSTORE
#define EXTSTORE_THREAD_STATS_FIELDS \