struct nio_thread_data add arg

pull/1/head
yuqing 2014-06-04 18:30:31 +08:00
parent 090c6f819d
commit df3e985540
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ struct nio_thread_data
struct fast_timer timer;
int pipe_fds[2];
struct fast_task_info *deleted_list;
void *arg; //extra argument pointer
};
struct fast_task_info