aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-30 08:01:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-30 08:01:50 +0000
commitcc5956772bb28f1ca815d2636d44469ba00e687e (patch)
tree5d3d6d89bf05ea9a93d0d0452a24f78fc786e73b /src/http/ngx_http.h
parent6d7f8658ed788aeb0a8ee87a9ffc6613cc001bfa (diff)
downloadnginx-cc5956772bb28f1ca815d2636d44469ba00e687e.tar.gz
nginx-cc5956772bb28f1ca815d2636d44469ba00e687e.zip
log server address
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index d6eb263dd..41b6c06b5 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -47,7 +47,7 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r,
struct ngx_http_log_ctx_s {
- ngx_str_t *client;
+ ngx_connection_t *connection;
ngx_http_request_t *request;
ngx_http_request_t *current_request;
};