diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-17 23:59:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-17 23:59:26 +0200 |
commit | 178cc7700c23ac088cd7190d7854282075028d91 (patch) | |
tree | eb1dc208b94b1e988635b2c343cb27a62013a972 /src/journal/journald-syslog.h | |
parent | cd15c4182b2e39bac51afc1c839f9a9f64d1d78f (diff) |
journald: log when we fail to forward messages to syslog
https://bugzilla.redhat.com/show_bug.cgi?id=847207
Diffstat (limited to 'src/journal/journald-syslog.h')
-rw-r--r-- | src/journal/journald-syslog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h index 8845d28df2..e009ab7e72 100644 --- a/src/journal/journald-syslog.h +++ b/src/journal/journald-syslog.h @@ -32,3 +32,5 @@ void server_forward_syslog(Server *s, int priority, const char *identifier, cons void server_process_syslog_message(Server *s, const char *buf, struct ucred *ucred, struct timeval *tv, const char *label, size_t label_len); int server_open_syslog_socket(Server *s); + +void server_maybe_warn_forward_syslog_missed(Server *s); |