diff options
Diffstat (limited to 'src/event/modules/ngx_eventport_module.c')
| -rw-r--r-- | src/event/modules/ngx_eventport_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/modules/ngx_eventport_module.c b/src/event/modules/ngx_eventport_module.c index b23f3b279..c86c70e0f 100644 --- a/src/event/modules/ngx_eventport_module.c +++ b/src/event/modules/ngx_eventport_module.c @@ -172,6 +172,7 @@ ngx_event_module_t ngx_eventport_module_ctx = { ngx_eventport_del_event, /* disable an event */ NULL, /* add an connection */ NULL, /* delete an connection */ + NULL, /* trigger a notify */ NULL, /* process the changes */ ngx_eventport_process_events, /* process the events */ ngx_eventport_init, /* init the events */ |
