summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2015-06-09 13:00:45 +0300
committerVladimir Homutov <vl@nginx.com>2015-06-09 13:00:45 +0300
commitd56b84b7834c250ac2f7506517fe076b919841c0 (patch)
tree8b13adc1073db325b57950002672469b7210805a /src/stream/ngx_stream.h
parentc81d7ec1588a68602fbd26d4f92c6287c3e56b44 (diff)
downloadnginx-d56b84b7834c250ac2f7506517fe076b919841c0.tar.gz
nginx-d56b84b7834c250ac2f7506517fe076b919841c0.tar.bz2
Stream: added postconfiguration method to stream modules.
Diffstat (limited to 'src/stream/ngx_stream.h')
-rw-r--r--src/stream/ngx_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index f96ea0a58..472d9b6c6 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -148,6 +148,8 @@ struct ngx_stream_session_s {
typedef struct {
+ ngx_int_t (*postconfiguration)(ngx_conf_t *cf);
+
void *(*create_main_conf)(ngx_conf_t *cf);
char *(*init_main_conf)(ngx_conf_t *cf, void *conf);