#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_kqueue_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 100 of file ngx_kqueue_module.c.
Initial value: {
&kqueue_name,
ngx_kqueue_create_conf,
ngx_kqueue_init_conf,
{
ngx_kqueue_add_event,
ngx_kqueue_del_event,
ngx_kqueue_add_event,
ngx_kqueue_del_event,
NULL,
NULL,
ngx_kqueue_process_changes,
ngx_kqueue_process_events,
ngx_kqueue_init,
ngx_kqueue_done
}
}
Definition at line 80 of file ngx_kqueue_module.c.