diff options
| author | Vladimir Homutov <vl@nginx.com> | 2016-06-15 15:10:24 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2016-06-15 15:10:24 +0300 |
| commit | db5a15d2f92a592d0d312252c0294932a4bd6068 (patch) | |
| tree | 377543ae38cb7747ba9af7e0de91f8897a90709a /src/stream/ngx_stream.h | |
| parent | c9dae918fdf370367e2dfd92f3b19853783c9fc9 (diff) | |
| download | nginx-db5a15d2f92a592d0d312252c0294932a4bd6068.tar.gz nginx-db5a15d2f92a592d0d312252c0294932a4bd6068.tar.bz2 | |
Stream: added preconfiguration step.
Diffstat (limited to '')
| -rw-r--r-- | src/stream/ngx_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h index 1c3517386..ffa855cdf 100644 --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -145,6 +145,7 @@ struct ngx_stream_session_s { typedef struct { + ngx_int_t (*preconfiguration)(ngx_conf_t *cf); ngx_int_t (*postconfiguration)(ngx_conf_t *cf); void *(*create_main_conf)(ngx_conf_t *cf); |
