chiark / gitweb /
journal: abstract the resetting of JournalFile's location
[elogind.git] / src / journal / journal-file.c
index efe14b0d921634f002e0bb868c8ce2d0def44db0..8cbdbb9f9634557119011ec7c4ba1057c094ad43 100644 (file)
@@ -1928,6 +1928,10 @@ int journal_file_move_to_entry_by_monotonic(
                                              ret, offset, NULL);
 }
 
+void journal_file_reset_location(JournalFile *f) {
+        f->current_offset = 0;
+}
+
 int journal_file_next_entry(
                 JournalFile *f,
                 Object *o, uint64_t p,