chiark / gitweb /
journal: provide an API that allows client to figure out whether they need to recheck...
[elogind.git] / src / journal / journal-internal.h
index f68ca996a83b793bc61a6ef337a2399f6f5a0b43..75a4129e5b4aac106be2ae5f2e7a6e962c42ce8a 100644 (file)
@@ -119,6 +119,8 @@ struct sd_journal {
         char *unique_field;
         JournalFile *unique_file;
         uint64_t unique_offset;
+
+        bool on_network;
 };
 
 char *journal_make_match_string(sd_journal *j);