Changeset 771
- Timestamp:
- 03/29/08 09:36:33 (5 months ago)
- Files:
-
- branches/binary/server/memcached.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/binary/server/memcached.c
r766 r771 1284 1284 int i = 0; 1285 1285 /* I did a bit of hard-coding around the packet sizes */ 1286 assert(BIN_PKT_HDR_WORDS == 3);1286 assert(BIN_PKT_HDR_WORDS == 4); 1287 1287 for(i = 0; i<BIN_PKT_HDR_WORDS; i++) { 1288 1288 c->bin_header[i] = ntohl(c->bin_header[i]);
