Changeset 755 for branches/binary/server/memcached.c
- Timestamp:
- 03/18/08 17:21:13 (21 months ago)
- Files:
-
- 1 modified
-
branches/binary/server/memcached.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/binary/server/memcached.c
r754 r755 1123 1123 } 1124 1124 1125 static void bin_read_key(conn *c, intnext_substate, int extra) {1125 static void bin_read_key(conn *c, enum bin_substates next_substate, int extra) { 1126 1126 assert(c); 1127 1127 c->substate = next_substate;
