summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-12-08 23:02:41 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:28 -0400
commit6c1d57a29a11099e92b2a9ca66aadfd2e359eab0 (patch)
tree87fbebea89474a69bb66d5687ea97836814e6567 /src/log.h
parent1dd58c5ad802ebca61e399d3b8846111de2e7ed8 (diff)
downloadlighttpd-git-6c1d57a29a11099e92b2a9ca66aadfd2e359eab0.tar.gz
[core] store log filename in (log_error_st *)
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 736423f0..b54e7556 100644
--- a/src/log.h
+++ b/src/log.h
@@ -16,6 +16,7 @@ struct log_error_st {
enum { ERRORLOG_FILE, ERRORLOG_FD, ERRORLOG_SYSLOG, ERRORLOG_PIPE } errorlog_mode;
int errorlog_fd;
buffer b;
+ const char *fn;
};
__attribute_cold__