comparison src/event/modules/ngx_win32_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 4652f8f26b12
children 9234e8d61aa0
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
32 static ngx_uint_t nevents; 32 static ngx_uint_t nevents;
33 33
34 static ngx_event_t **event_index; 34 static ngx_event_t **event_index;
35 35
36 36
37 static ngx_str_t select_name = ngx_string("select"); 37 static ngx_str_t select_name = ngx_string("select");
38 38
39 ngx_event_module_t ngx_select_module_ctx = { 39 static ngx_event_module_t ngx_select_module_ctx = {
40 &select_name, 40 &select_name,
41 NULL, /* create configuration */ 41 NULL, /* create configuration */
42 ngx_select_init_conf, /* init configuration */ 42 ngx_select_init_conf, /* init configuration */
43 43
44 { 44 {