pull/5/head
yuqing 2016-01-20 21:57:36 +08:00
parent 12c1355c2a
commit 6c7852cdab
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ struct nio_thread_data
struct fast_timer timer;
int pipe_fds[2];
struct fast_task_info *deleted_list;
ThreadLoopCallback thread_loop_callback;
ThreadLoopCallback thread_loop_callback;
void *arg; //extra argument pointer
};
@ -67,7 +67,7 @@ struct fast_task_queue
pthread_mutex_t lock;
int max_connections;
int alloc_connections;
int alloc_task_once;
int alloc_task_once;
int min_buff_size;
int max_buff_size;
int arg_size;