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

Go to the source code of this file.

Data Structures

struct  ngx_epoll_conf_t

Variables

ngx_event_module_t ngx_epoll_module_ctx
ngx_module_t ngx_epoll_module

Variable Documentation

ngx_module_t ngx_epoll_module
Initial value:
{
ngx_epoll_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 172 of file ngx_epoll_module.c.

ngx_event_module_t ngx_epoll_module_ctx
Initial value:
{
&epoll_name,
ngx_epoll_create_conf,
ngx_epoll_init_conf,
{
ngx_epoll_add_event,
ngx_epoll_del_event,
ngx_epoll_add_event,
ngx_epoll_del_event,
ngx_epoll_add_connection,
ngx_epoll_del_connection,
NULL,
ngx_epoll_process_events,
ngx_epoll_init,
ngx_epoll_done,
}
}

Definition at line 153 of file ngx_epoll_module.c.