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

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 8807a2369b1a
children 3908156a51fa
comparison
equal deleted inserted replaced
6605:f379b32e4733 6606:2f41d383c9c7
86 }; 86 };
87 87
88 88
89 89
90 static ngx_stream_module_t ngx_stream_access_module_ctx = { 90 static ngx_stream_module_t ngx_stream_access_module_ctx = {
91 NULL, /* preconfiguration */
91 ngx_stream_access_init, /* postconfiguration */ 92 ngx_stream_access_init, /* postconfiguration */
92 93
93 NULL, /* create main configuration */ 94 NULL, /* create main configuration */
94 NULL, /* init main configuration */ 95 NULL, /* init main configuration */
95 96