chiark / gitweb /
catalog: add pt_BR translation
[elogind.git] / src / journal / journal-file.h
index 19fd7257f499570f7f43acc1545c1c709ed4ec98..6812385e1ef63f3767089705a6ee800f1b4428b4 100644 (file)
@@ -73,6 +73,7 @@ typedef struct JournalFile {
         bool compress_xz:1;
         bool compress_lz4:1;
         bool seal:1;
+        bool defrag_on_close:1;
 
         bool tail_entry_monotonic_valid:1;
 
@@ -82,6 +83,7 @@ typedef struct JournalFile {
 
         char *path;
         struct stat last_stat;
+        usec_t last_stat_usec;
 
         Header *header;
         HashItem *data_hash_table;