]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journal-internal.h
sd-journal: introduce has_runtime_files and has_persistent_files
[thirdparty/systemd.git] / src / journal / journal-internal.h
index 9ff4fea7fb76ed4e725f9948149e9ef4239ed46c..fa5ca116361a0f43bc08af77ba731fb9e215da1e 100644 (file)
@@ -115,6 +115,8 @@ struct sd_journal {
                                   removed, and there were no more
                                   files, so sd_j_enumerate_unique
                                   will return a value equal to 0. */
+        bool has_runtime_files:1;
+        bool has_persistent_files:1;
 
         size_t data_threshold;