chiark / gitweb /
journal: implement stdout transport
[elogind.git] / src / journal / sd-journal.h
index b29680b3a20b550dd45f2f0984148e80253f067b..0333db4a4db42b6caf7607626720384d7e78fc5d 100644 (file)
@@ -33,7 +33,6 @@
  *
  *   - check LE/BE conversion for 8bit, 16bit, 32bit values
  *   - implement audit gateway
- *   - implement stdout gateway
  *   - extend hash tables table as we go
  *   - accelerate looking for "all hostnames" and suchlike.
  *   - throttling
@@ -49,6 +48,8 @@ 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);
+
 /* Browse journal stream */
 
 typedef struct sd_journal sd_journal;