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

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 2cd019520210
children 8ed51b02f655
comparison
equal deleted inserted replaced
6605:f379b32e4733 6606:2f41d383c9c7
30 ngx_null_command 30 ngx_null_command
31 }; 31 };
32 32
33 33
34 static ngx_stream_module_t ngx_stream_upstream_least_conn_module_ctx = { 34 static ngx_stream_module_t ngx_stream_upstream_least_conn_module_ctx = {
35 NULL, /* preconfiguration */
35 NULL, /* postconfiguration */ 36 NULL, /* postconfiguration */
36 37
37 NULL, /* create main configuration */ 38 NULL, /* create main configuration */
38 NULL, /* init main configuration */ 39 NULL, /* init main configuration */
39 40