#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Go to the source code of this file.
Variable Documentation
Initial value: {
ngx_rtsig_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 141 of file ngx_rtsig_module.c.
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.