Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
ngx_poll_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Include dependency graph for ngx_poll_module.c:

Go to the source code of this file.

Variables

ngx_event_module_t ngx_poll_module_ctx
ngx_module_t ngx_poll_module

Variable Documentation

ngx_module_t ngx_poll_module
Initial value:
{
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 50 of file ngx_poll_module.c.

ngx_event_module_t ngx_poll_module_ctx
Initial value:
{
&poll_name,
NULL,
ngx_poll_init_conf,
{
ngx_poll_add_event,
ngx_poll_del_event,
ngx_poll_add_event,
ngx_poll_del_event,
NULL,
NULL,
NULL,
ngx_poll_process_events,
ngx_poll_init,
ngx_poll_done
}
}

Definition at line 30 of file ngx_poll_module.c.