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

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 68c106e6fa0a
children d5b5866c06c4
comparison
equal deleted inserted replaced
6605:f379b32e4733 6606:2f41d383c9c7
74 ngx_null_command 74 ngx_null_command
75 }; 75 };
76 76
77 77
78 static ngx_stream_module_t ngx_stream_upstream_hash_module_ctx = { 78 static ngx_stream_module_t ngx_stream_upstream_hash_module_ctx = {
79 NULL, /* preconfiguration */
79 NULL, /* postconfiguration */ 80 NULL, /* postconfiguration */
80 81
81 NULL, /* create main configuration */ 82 NULL, /* create main configuration */
82 NULL, /* init main configuration */ 83 NULL, /* init main configuration */
83 84