summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index b6c4113..3ca2eef 100644
--- a/memcached.h
+++ b/memcached.h
@@ -108,6 +108,9 @@ struct stats {
uint64_t get_hits;
uint64_t get_misses;
uint64_t evictions;
+ time_t started; /* when the process was started */
+ unsigned int accepting_conns; /* whether we are currently accepting */
+ uint64_t listen_disabled_num;
};
#define MAX_VERBOSITY_LEVEL 2