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

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents 56fc55e32f23
children 5f5a34e83ca2
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
50 50
51 ngx_null_command 51 ngx_null_command
52 }; 52 };
53 53
54 54
55 ngx_event_module_t ngx_iocp_module_ctx = { 55 static ngx_event_module_t ngx_iocp_module_ctx = {
56 &iocp_name, 56 &iocp_name,
57 ngx_iocp_create_conf, /* create configuration */ 57 ngx_iocp_create_conf, /* create configuration */
58 ngx_iocp_init_conf, /* init configuration */ 58 ngx_iocp_init_conf, /* init configuration */
59 59
60 { 60 {