chiark / gitweb /
journal: fix hash table lookup logic
[elogind.git] / src / journal / sd-journal.h
index ee9813f28c346a6720fed95384a841b3f93635dc..9872e9c29c2f2717ae1344c59aca6125d2d26275 100644 (file)
  *
  *   - 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
  *   - cryptographic hash
- *   - compression
+ *   - never access beyond fle size check
+ *   - OR of matches is borked...
  */
 
 /* Write to daemon */
@@ -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;