chiark / gitweb /
Rearrange a few fields to reduce holes
[elogind.git] / src / journal / journal-internal.h
index eea56e4713b0e7e6b367c8c12422c59c820f2f16..c7e585d810d184fa8585006458f76fde0b03cc18 100644 (file)
@@ -74,19 +74,20 @@ typedef enum LocationType {
 struct Location {
         LocationType type;
 
+        bool seqnum_set;
+        bool realtime_set;
+        bool monotonic_set;
+        bool xor_hash_set;
+
         uint64_t seqnum;
         sd_id128_t seqnum_id;
-        bool seqnum_set;
 
         uint64_t realtime;
-        bool realtime_set;
 
         uint64_t monotonic;
         sd_id128_t boot_id;
-        bool monotonic_set;
 
         uint64_t xor_hash;
-        bool xor_hash_set;
 };
 
 struct Directory {