aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-26 08:10:12 +0000
committerOmar Polo <op@omarpolo.com>2023-07-26 08:10:12 +0000
commit46bcc4ea95b03fe81ad361ee02bd021a7618e5a9 (patch)
tree16728cce2ffae1c408d6807303da4f9598894121 /gmid.h
parentcba01a868748013f838c28ad8005c8377160c76f (diff)
add log syslog off; don't turn syslog off when log access is specified
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 8616099..16935ca 100644
--- a/gmid.h
+++ b/gmid.h
@@ -248,6 +248,7 @@ struct conf {
char user[LOGIN_NAME_MAX];
int prefork;
int reload;
+ int log_syslog;
char *log_access;
enum log_format log_format;
int use_privsep_crypto;
@@ -330,6 +331,7 @@ struct connreq {
enum imsg_type {
IMSG_LOG_REQUEST,
IMSG_LOG_ACCESS,
+ IMSG_LOG_SYSLOG,
IMSG_RECONF_START,
IMSG_RECONF_MIME,