X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-journal.h;h=d0cb95045510fe3d13e2167bdc0065b5414f0cc8;hb=7e4ab3c5a6295193d0c58d353b6430265d842f34;hp=87da17ddc6d14ff066f5ce316170a2a9f6a4b068;hpb=81527be142678057215665be66e4b3c8306a7ab3;p=elogind.git diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h index 87da17ddc..d0cb95045 100644 --- a/src/systemd/sd-journal.h +++ b/src/systemd/sd-journal.h @@ -27,16 +27,19 @@ #include #include -#include "sd-id128.h" +#include /* TODO: * - * - add options for copy-to-console, copy-to-kmsg * - OR of matches is borked... * - extend hash tables table as we go * - accelerate looking for "all hostnames" and suchlike. * - handle incomplete header * + * - kann NTP nicht finden? + * - in unit.c check ob syslog.socket wegen logging reconnect is kaputt + * + * * - local deserializer * - http server * - message catalog @@ -45,6 +48,7 @@ * - cryptographic hash * - think about manipulations of header * - implement audit gateway + * - implement kernel gatway */ /* Write to daemon */ @@ -55,7 +59,7 @@ int sd_journal_printv(int priority, const char *format, va_list ap); int sd_journal_send(const char *format, ...) __attribute__((sentinel)); int sd_journal_sendv(const struct iovec *iov, int n); -int sd_journal_stream_fd(const char *tag, int priority, int priority_prefix); +int sd_journal_stream_fd(const char *identifier, int priority, int level_prefix); /* Browse journal stream */