summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-02-10 18:02:07 -0800
committerdormando <dormando@rydia.net>2022-02-11 16:48:33 -0800
commit28e5f566b4feec534855e369eb60ecdb6911b44a (patch)
tree3d381e10b89ff6f7600aeca9628393bf8657bb11 /memcached.h
parente9b28fe92898dda891bc78fb901ba15f834a24cd (diff)
downloadmemcached-28e5f566b4feec534855e369eb60ecdb6911b44a.tar.gz
proxy: add stats for commands seen
added to "stats proxy" output. counters of commands seen at inbound.
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 7a577f4..cf1df0a 100644
--- a/memcached.h
+++ b/memcached.h
@@ -715,7 +715,8 @@ typedef struct {
#ifdef PROXY
void *L;
void *proxy_hooks;
- void *proxy_stats;
+ void *proxy_user_stats;
+ void *proxy_int_stats;
// TODO: add ctx object so we can attach to queue.
#endif
} LIBEVENT_THREAD;