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 2bb9100..8c335c1 100644
--- a/memcached.h
+++ b/memcached.h
@@ -250,6 +250,7 @@ struct stats {
unsigned int curr_conns;
unsigned int total_conns;
uint64_t rejected_conns;
+ uint64_t malloc_fails;
unsigned int reserved_fds;
unsigned int conn_structs;
uint64_t get_cmds;