This actually doesn't change the struct size, because bools are coalesced
anyway. Also group the bool fields together.
JournalStorage system_storage;
JournalCompressOptions compress;
+ int set_audit;
bool seal;
bool read_kmsg;
- int set_audit;
+
+ bool send_watchdog;
+ bool sent_notify_ready;
+ bool sync_scheduled;
bool forward_to_kmsg;
bool forward_to_syslog;
uint64_t *kernel_seqnum;
RateLimit kmsg_own_ratelimit;
- bool send_watchdog:1;
- bool sent_notify_ready:1;
- bool sync_scheduled:1;
-
char machine_id_field[STRLEN("_MACHINE_ID=") + SD_ID128_STRING_MAX];
char boot_id_field[STRLEN("_BOOT_ID=") + SD_ID128_STRING_MAX];
char *hostname_field;