mirror of
https://github.com/systemd/systemd.git
synced 2026-08-11 17:45:59 +00:00
Given we have two different types for the journal object flags and the Compression enum, let's make the latter a regular non-sparse enum, and thus remove some surprises. We have to convert anyway between the two, and already do via COMPRESSION_FROM_OBJECT().