diff options
| author | Vladimir Homutov <vl@nginx.com> | 2016-09-05 17:50:16 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2016-09-05 17:50:16 +0300 |
| commit | 68a7b9b5a302cf6c93fb7a8aec64c09b98150146 (patch) | |
| tree | 432aad2af88726613410727d92b07505f3cbf3c4 /src/stream/ngx_stream.h | |
| parent | 443b52db591d876a0e10b9ac3406174eb7fdbce1 (diff) | |
| download | nginx-68a7b9b5a302cf6c93fb7a8aec64c09b98150146.tar.gz nginx-68a7b9b5a302cf6c93fb7a8aec64c09b98150146.tar.bz2 | |
Stream: log module.
Diffstat (limited to 'src/stream/ngx_stream.h')
| -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; |
