summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index cf1df0a..0650515 100644
--- a/memcached.h
+++ b/memcached.h
@@ -338,7 +338,8 @@ struct slab_stats {
#define PROXY_THREAD_STATS_FIELDS \
X(proxy_conn_requests) \
X(proxy_conn_errors) \
- X(proxy_conn_oom)
+ X(proxy_conn_oom) \
+ X(proxy_req_active)
#endif
/**