summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r--src/core/ngx_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index 95ecca528..6b04b7876 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -53,6 +53,8 @@ struct ngx_log_s {
ngx_atomic_uint_t connection;
+ time_t disk_full_time;
+
ngx_log_handler_pt handler;
void *data;