comparison src/stream/ngx_stream_proxy_module.c @ 6606:2f41d383c9c7

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 191e23214dfb
children d5b5866c06c4
comparison
equal deleted inserted replaced
6605:f379b32e4733 6606:2f41d383c9c7
312 ngx_null_command 312 ngx_null_command
313 }; 313 };
314 314
315 315
316 static ngx_stream_module_t ngx_stream_proxy_module_ctx = { 316 static ngx_stream_module_t ngx_stream_proxy_module_ctx = {
317 NULL, /* preconfiguration */
317 NULL, /* postconfiguration */ 318 NULL, /* postconfiguration */
318 319
319 NULL, /* create main configuration */ 320 NULL, /* create main configuration */
320 NULL, /* init main configuration */ 321 NULL, /* init main configuration */
321 322