chiark / gitweb /
journal: provide an API that allows client to figure out whether they need to recheck...
[elogind.git] / src / systemd / sd-journal.h
index 55281b1346be0488df7318aef041b5c338544288..724117303512a0f271121767bd8a48de083f6e90 100644 (file)
@@ -124,6 +124,7 @@ int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *l);
 void sd_journal_restart_unique(sd_journal *j);
 
 int sd_journal_get_fd(sd_journal *j);
+int sd_journal_reliable_fd(sd_journal *j);
 int sd_journal_process(sd_journal *j);
 int sd_journal_wait(sd_journal *j, uint64_t timeout_usec);