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

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents dc92298b1852
children
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
71 71
72 ngx_null_command 72 ngx_null_command
73 }; 73 };
74 74
75 75
76 ngx_event_module_t ngx_kqueue_module_ctx = { 76 static ngx_event_module_t ngx_kqueue_module_ctx = {
77 &kqueue_name, 77 &kqueue_name,
78 ngx_kqueue_create_conf, /* create configuration */ 78 ngx_kqueue_create_conf, /* create configuration */
79 ngx_kqueue_init_conf, /* init configuration */ 79 ngx_kqueue_init_conf, /* init configuration */
80 80
81 { 81 {