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

Go to the source code of this file.

Variables

ngx_event_module_t ngx_kqueue_module_ctx
ngx_os_io_t ngx_os_aio
ngx_event_module_t ngx_aio_module_ctx
ngx_module_t ngx_aio_module

Variable Documentation

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

Definition at line 59 of file ngx_aio_module.c.

ngx_event_module_t ngx_aio_module_ctx
Initial value:
{
&aio_name,
NULL,
NULL,
{
ngx_aio_add_event,
ngx_aio_del_event,
NULL,
NULL,
NULL,
ngx_aio_del_connection,
NULL,
ngx_aio_process_events,
ngx_aio_init,
ngx_aio_done
}
}

Definition at line 39 of file ngx_aio_module.c.

ngx_event_module_t ngx_kqueue_module_ctx

Definition at line 80 of file ngx_kqueue_module.c.

ngx_os_io_t ngx_os_aio
Initial value:

Definition at line 27 of file ngx_aio_module.c.