Changeset 755
- Timestamp:
- 03/18/08 17:21:13 (20 months ago)
- Location:
- branches/binary/server
- Files:
-
- 2 modified
-
memcached.c (modified) (1 diff)
-
memcached.h (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; -
branches/binary/server/memcached.h
r754 r755 218 218 int sfd; 219 219 enum conn_states state; 220 intsubstate;220 enum bin_substates substate; 221 221 struct event event; 222 222 short ev_flags;
