diff options
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 83e7d521a..958fca96a 100644 --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -121,6 +121,7 @@ typedef struct { ngx_stream_access_pt limit_conn_handler; ngx_stream_access_pt access_handler; + ngx_stream_access_pt access_log_handler; ngx_hash_t variables_hash; |
