aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_upstream.c
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2016-06-15 15:10:24 +0300
committerVladimir Homutov <vl@nginx.com>2016-06-15 15:10:24 +0300
commitdb5a15d2f92a592d0d312252c0294932a4bd6068 (patch)
tree377543ae38cb7747ba9af7e0de91f8897a90709a /src/stream/ngx_stream_upstream.c
parentc9dae918fdf370367e2dfd92f3b19853783c9fc9 (diff)
downloadnginx-db5a15d2f92a592d0d312252c0294932a4bd6068.tar.gz
nginx-db5a15d2f92a592d0d312252c0294932a4bd6068.zip
Stream: added preconfiguration step.
Diffstat (limited to 'src/stream/ngx_stream_upstream.c')
-rw-r--r--src/stream/ngx_stream_upstream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream.c b/src/stream/ngx_stream_upstream.c
index 69dddc5b4..36d05cc88 100644
--- a/src/stream/ngx_stream_upstream.c
+++ b/src/stream/ngx_stream_upstream.c
@@ -39,6 +39,7 @@ static ngx_command_t ngx_stream_upstream_commands[] = {
static ngx_stream_module_t ngx_stream_upstream_module_ctx = {
+ NULL, /* preconfiguration */
NULL, /* postconfiguration */
ngx_stream_upstream_create_main_conf, /* create main configuration */