comparison ngx_http_upstream_keepalive_module.c @ 41:17b2dbbbce98

Keepalive: add missing static keyword.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 04 Sep 2011 14:03:11 +0400
parents 7e67b2e897df
children c53e018dbcf5
comparison
equal deleted inserted replaced
40:e628501975dd 41:17b2dbbbce98
120 NULL, /* exit master */ 120 NULL, /* exit master */
121 NGX_MODULE_V1_PADDING 121 NGX_MODULE_V1_PADDING
122 }; 122 };
123 123
124 124
125 ngx_int_t 125 static ngx_int_t
126 ngx_http_upstream_init_keepalive(ngx_conf_t *cf, 126 ngx_http_upstream_init_keepalive(ngx_conf_t *cf,
127 ngx_http_upstream_srv_conf_t *us) 127 ngx_http_upstream_srv_conf_t *us)
128 { 128 {
129 ngx_uint_t i; 129 ngx_uint_t i;
130 ngx_http_upstream_keepalive_srv_conf_t *kcf; 130 ngx_http_upstream_keepalive_srv_conf_t *kcf;