Changeset 732 for branches/binary/server/memcached.h
- Timestamp:
- 03/01/08 02:43:28 (21 months ago)
- Files:
-
- 1 modified
-
branches/binary/server/memcached.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/binary/server/memcached.h
r723 r732 186 186 conn_mwrite, /** writing out many items sequentially */ 187 187 conn_bin_init, /** Reinitializing a binary protocol connection */ 188 conn_negotiate, /** Negotiating a protocol */ 188 189 }; 189 190 … … 201 202 ascii_prot = 3, /* arbitrary value. */ 202 203 ascii_udp_prot, 203 binary_prot 204 binary_prot, 205 negotiating_prot, /* Discovering the protocol */ 204 206 }; 205 207
