Changeset 766 for branches/binary/server/thread.c
- Timestamp:
- 03/25/08 21:05:29 (20 months ago)
- Files:
-
- 1 modified
-
branches/binary/server/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/binary/server/thread.c
r745 r766 368 368 * of an incoming connection. 369 369 */ 370 void dispatch_conn_new(int sfd, intinit_state, int event_flags,371 int read_buffer_size, intprot) {370 void dispatch_conn_new(int sfd, enum conn_states init_state, int event_flags, 371 int read_buffer_size, enum protocol prot) { 372 372 CQ_ITEM *item = cqi_new(); 373 373 int thread = (last_thread + 1) % settings.num_threads;
