summaryrefslogtreecommitdiff
path: root/lib/log_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log_int.h')
-rw-r--r--lib/log_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/log_int.h b/lib/log_int.h
index a7f8be9ae7..e17d0e80d2 100644
--- a/lib/log_int.h
+++ b/lib/log_int.h
@@ -36,6 +36,7 @@ struct zlog {
int facility; /* as per syslog facility */
int record_priority; /* should messages logged through stdio include the
priority of the message? */
+ int error_code;
int syslog_options; /* 2nd arg to openlog */
int timestamp_precision; /* # of digits of subsecond precision */
};