Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-30 17:53:42 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-30 17:53:42 +0400
commit0cd76ea2902588a7f3baea47407c48956aaa19e6 (patch)
tree34e7bfe5726c80f084bd6a7f04a3d40b3e0cb877 /src/core/ngx_connection.h
parent06d4aa1883034b6117a29887bc90a74ae433f3fd (diff)
*) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index cc6a92989..de0ef41be 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -34,6 +34,7 @@ struct ngx_listening_s {
void *servers; /* array of ngx_http_in_addr_t, for example */
ngx_log_t log;
+ ngx_log_t *logp;
size_t pool_size;
/* should be here because of the AcceptEx() preread */