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

Go to the source code of this file.

Data Structures

struct  ngx_kqueue_conf_t

Variables

int ngx_kqueue = -1
ngx_event_module_t ngx_kqueue_module_ctx
ngx_module_t ngx_kqueue_module

Variable Documentation

int ngx_kqueue = -1

Definition at line 37 of file ngx_kqueue_module.c.

ngx_module_t ngx_kqueue_module
Initial value:
{
ngx_kqueue_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 100 of file ngx_kqueue_module.c.

ngx_event_module_t ngx_kqueue_module_ctx
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.