diff src/http/ngx_http.h @ 1810:755e09d5c271

log server address
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Dec 2007 08:01:50 +0000
parents 695cb0bf4dc4
children 7d58e319285e 87e1fcd9b604
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -47,7 +47,7 @@ typedef u_char *(*ngx_http_log_handler_p
 
 
 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;
 };