chiark / gitweb /
bus: make sd_bus_request_name() and sd_bus_release_name() behave more like other...
[elogind.git] / src / journal / journal-file.h
index 773ece07e8ab9507423856bfdcec5f747bd07bc7..21b0821b6b246fbb5cf98cb82a4cded6cc1f64b4 100644 (file)
@@ -54,11 +54,11 @@ typedef struct JournalFile {
 
         int flags;
         int prot;
-        bool writable;
-        bool compress;
-        bool seal;
+        bool writable:1;
+        bool compress:1;
+        bool seal:1;
 
-        bool tail_entry_monotonic_valid;
+        bool tail_entry_monotonic_valid:1;
 
         direction_t last_direction;