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

@ -37,8 +37,9 @@ struct nio_thread_data
{
struct ioevent_puller ev_puller;
struct fast_timer timer;
int pipe_fds[2];
int pipe_fds[2];
struct fast_task_info *deleted_list;
void *arg; //extra argument pointer
};
struct fast_task_info