Changeset 570
- Timestamp:
- 06/20/07 01:21:45 (2 years ago)
- Files:
-
- trunk/server/ChangeLog (modified) (1 diff)
- trunk/server/memcached.c (modified) (1 diff)
- trunk/server/memcached.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/ChangeLog
r561 r570 1 2007-06-19 Paul Lindner <lindner@mirth.inuus.com> 2 3 * Solaris portability fixes from Trond Norbye 4 1 5 2007-05-29 Paul Lindner <lindner@mirth.inuus.com> 2 6 trunk/server/memcached.c
r552 r570 813 813 } 814 814 815 inline void process_stats_detail(conn *c, const char *command) {815 inline static void process_stats_detail(conn *c, const char *command) { 816 816 assert(c != NULL); 817 817 trunk/server/memcached.h
r566 r570 109 109 uint8_t slabs_clsid;/* which slab class we're in */ 110 110 uint8_t nkey; /* key length, w/terminating null and padding */ 111 void * end[ 0];111 void * end[]; 112 112 /* then null-terminated key */ 113 113 /* then " flags length\r\n" (no terminating null) */
