comparison src/event/modules/ngx_poll_module.c @ 380:5ce6561246a5

nginx-0.0.7-2004-07-07-10:15:04 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 06:15:04 +0000
parents 744ccb59062d
children 02a511569afb
comparison
equal deleted inserted replaced
379:73688d5d7fc3 380:5ce6561246a5
38 ngx_poll_del_event, /* delete an event */ 38 ngx_poll_del_event, /* delete an event */
39 ngx_poll_add_event, /* enable an event */ 39 ngx_poll_add_event, /* enable an event */
40 ngx_poll_del_event, /* disable an event */ 40 ngx_poll_del_event, /* disable an event */
41 NULL, /* add an connection */ 41 NULL, /* add an connection */
42 NULL, /* delete an connection */ 42 NULL, /* delete an connection */
43 NULL, /* process the changes */
43 ngx_poll_process_events, /* process the events */ 44 ngx_poll_process_events, /* process the events */
44 ngx_poll_init, /* init the events */ 45 ngx_poll_init, /* init the events */
45 ngx_poll_done /* done the events */ 46 ngx_poll_done /* done the events */
46 } 47 }
47 48