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

Go to the source code of this file.

Data Structures

struct  ngx_rtsig_conf_t

Variables

ngx_event_module_t ngx_poll_module_ctx
ngx_event_module_t ngx_rtsig_module_ctx
ngx_module_t ngx_rtsig_module

Variable Documentation

ngx_event_module_t ngx_poll_module_ctx

Definition at line 30 of file ngx_poll_module.c.

ngx_module_t ngx_rtsig_module
Initial value:
{
ngx_rtsig_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 141 of file ngx_rtsig_module.c.

ngx_event_module_t ngx_rtsig_module_ctx
Initial value:
{
&rtsig_name,
ngx_rtsig_create_conf,
ngx_rtsig_init_conf,
{
NULL,
NULL,
NULL,
NULL,
ngx_rtsig_add_connection,
ngx_rtsig_del_connection,
NULL,
ngx_rtsig_process_events,
ngx_rtsig_init,
ngx_rtsig_done,
}
}

Definition at line 121 of file ngx_rtsig_module.c.