projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
166a320
)
Ignore reclaimed stat
author
Trond Norbye
<trond.norbye@gmail.com>
Fri, 5 Feb 2010 18:52:50 +0000
(19:52 +0100)
committer
Trond Norbye
<trond.norbye@gmail.com>
Fri, 5 Feb 2010 18:52:50 +0000
(19:52 +0100)
libmemcached/stats.c
patch
|
blob
|
history
diff --git
a/libmemcached/stats.c
b/libmemcached/stats.c
index 128a92f7d1ff7728e64f83487064a5995c6f545e..1f3ca5bf8700db57a0de8a1111df784a28de8c8a 100644
(file)
--- a/
libmemcached/stats.c
+++ b/
libmemcached/stats.c
@@
-151,7
+151,8
@@
static memcached_return_t set_data(memcached_stat_st *memc_stat, char *key, char
strcmp("listen_disabled_num", key) == 0 ||
strcmp("conn_yields", key) == 0 ||
strcmp("auth_cmds", key) == 0 ||
- strcmp("auth_errors", key) == 0))
+ strcmp("auth_errors", key) == 0 ||
+ strcmp("reclaimed", key) == 0))
{
WATCHPOINT_STRING(key);
return MEMCACHED_UNKNOWN_STAT_KEY;