comparison stats.h @ 0:30782bb1fc04 MEMCACHED_1_2_3

memcached-1.2.3
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 23 Sep 2007 03:58:34 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:30782bb1fc04
1 /* stats */
2 void stats_prefix_init(void);
3 void stats_prefix_clear(void);
4 void stats_prefix_record_get(const char *key, const bool is_hit);
5 void stats_prefix_record_delete(const char *key);
6 void stats_prefix_record_set(const char *key);
7 /*@null@*/
8 char *stats_prefix_dump(int *length);