chiark / gitweb /
shutdown: exclude processes with argv[0][0] from killing
[elogind.git] / src / systemd / sd-journal.h
index 87da17ddc6d14ff066f5ce316170a2a9f6a4b068..d0cb95045510fe3d13e2167bdc0065b5414f0cc8 100644 (file)
 #include <stdarg.h>
 #include <sys/uio.h>
 
-#include "sd-id128.h"
+#include <systemd/sd-id128.h>
 
 /* 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 */