comparison src/event/modules/ngx_eventport_module.c @ 6922:a72886067bbb

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents 75dbab4ea930
children fbdaad9b0e7b
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
167 167
168 ngx_null_command 168 ngx_null_command
169 }; 169 };
170 170
171 171
172 ngx_event_module_t ngx_eventport_module_ctx = { 172 static ngx_event_module_t ngx_eventport_module_ctx = {
173 &eventport_name, 173 &eventport_name,
174 ngx_eventport_create_conf, /* create configuration */ 174 ngx_eventport_create_conf, /* create configuration */
175 ngx_eventport_init_conf, /* init configuration */ 175 ngx_eventport_init_conf, /* init configuration */
176 176
177 { 177 {