view stats.h @ 1:7ba3a424d509

Added tag MEMCACHED_1_2_3 for changeset 30782bb1fc04
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 30 Sep 2007 03:50:28 +0400
parents 30782bb1fc04
children
line wrap: on
line source

/* stats */
void stats_prefix_init(void);
void stats_prefix_clear(void);
void stats_prefix_record_get(const char *key, const bool is_hit);
void stats_prefix_record_delete(const char *key);
void stats_prefix_record_set(const char *key);
/*@null@*/
char *stats_prefix_dump(int *length);