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

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents 8c79c506ea20
children efd71d49bde0
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
31 static ngx_uint_t nevents; 31 static ngx_uint_t nevents;
32 32
33 static ngx_event_t **event_index; 33 static ngx_event_t **event_index;
34 34
35 35
36 static ngx_str_t select_name = ngx_string("select"); 36 static ngx_str_t select_name = ngx_string("select");
37 37
38 ngx_event_module_t ngx_select_module_ctx = { 38 static ngx_event_module_t ngx_select_module_ctx = {
39 &select_name, 39 &select_name,
40 NULL, /* create configuration */ 40 NULL, /* create configuration */
41 ngx_select_init_conf, /* init configuration */ 41 ngx_select_init_conf, /* init configuration */
42 42
43 { 43 {