#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Go to the source code of this file.
Variable Documentation
Initial value: {
ngx_eventport_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 183 of file ngx_eventport_module.c.
Initial value: {
&eventport_name,
ngx_eventport_create_conf,
ngx_eventport_init_conf,
{
ngx_eventport_add_event,
ngx_eventport_del_event,
ngx_eventport_add_event,
ngx_eventport_del_event,
NULL,
NULL,
NULL,
ngx_eventport_process_events,
ngx_eventport_init,
ngx_eventport_done,
}
}
Definition at line 163 of file ngx_eventport_module.c.