mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Enums are single 'values' so not a proper type for bitfields. (Probably better to use such values as defines). Although here 'daemon_talk()' is part of library API, it's hidden non-public API call - and moreover 'enum' and 'unsigned' are using the same size, so linker shouldn't have any issue with this symbol usage. For this reason there are no 'versioning' tricks applied.