chiark / gitweb /
sd-journal: implement a number of non-implemented calls from the API for now
[elogind.git] / src / systemd / sd-journal.h
index d0cb95045510fe3d13e2167bdc0065b5414f0cc8..c635df3f2a289526c12272104c4b599b5bc4bcd8 100644 (file)
@@ -37,8 +37,6 @@
  *   - handle incomplete header
  *
  *   - kann NTP nicht finden?
- *   - in unit.c check ob syslog.socket wegen logging reconnect is kaputt
- *
  *
  *   - local deserializer
  *   - http server
@@ -48,7 +46,6 @@
  *   - cryptographic hash
  *   - think about manipulations of header
  *   - implement audit gateway
- *   - implement kernel gatway
  */
 
 /* Write to daemon */
@@ -97,9 +94,9 @@ int sd_journal_seek_cursor(sd_journal *j, const char *cursor);
 
 int sd_journal_get_cursor(sd_journal *j, char **cursor);
 
-int sd_journal_query_unique(sd_journal *j, const char *field);      /* missing */
-int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *l); /* missing */
-void sd_journal_restart_unique(sd_journal *j);                      /* missing */
+/* int sd_journal_query_unique(sd_journal *j, const char *field);      /\* missing *\/ */
+/* int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *l); /\* missing *\/ */
+/* void sd_journal_restart_unique(sd_journal *j);                      /\* missing *\/ */
 
 enum {
         SD_JOURNAL_NOP,