Parent Directory
|
Revision Log
|
Patch
revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC | revision 966 by michael, Sat Aug 1 16:36:00 2009 UTC | |
---|---|---|
# | Line 123 comm_setselect(fde_t *F, unsigned int ty | Line 123 comm_setselect(fde_t *F, unsigned int ty |
123 | void *client_data, time_t timeout) | void *client_data, time_t timeout) |
124 | { | { |
125 | int new_events, op; | int new_events, op; |
126 | struct epoll_event ep_event; | struct epoll_event ep_event = { 0, { 0 } }; |
127 | ||
128 | if ((type & COMM_SELECT_READ)) | if ((type & COMM_SELECT_READ)) |
129 | { | { |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.30 |