From d56b84b7834c250ac2f7506517fe076b919841c0 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Tue, 9 Jun 2015 13:00:45 +0300 Subject: Stream: added postconfiguration method to stream modules. --- src/stream/ngx_stream_upstream_hash_module.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stream/ngx_stream_upstream_hash_module.c') diff --git a/src/stream/ngx_stream_upstream_hash_module.c b/src/stream/ngx_stream_upstream_hash_module.c index 88e74145f..56ff7d6e9 100644 --- a/src/stream/ngx_stream_upstream_hash_module.c +++ b/src/stream/ngx_stream_upstream_hash_module.c @@ -76,6 +76,8 @@ static ngx_command_t ngx_stream_upstream_hash_commands[] = { static ngx_stream_module_t ngx_stream_upstream_hash_module_ctx = { + NULL, /* postconfiguration */ + NULL, /* create main configuration */ NULL, /* init main configuration */ -- cgit