mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm: fix double const for "value" in dm_report_reserved_value structure
C++ may have
This commit is contained in:
parent
b41aa985d7
commit
100342605c
@ -1660,7 +1660,7 @@ struct dm_report_field_type {
|
||||
|
||||
struct dm_report_reserved_value {
|
||||
const unsigned type; /* DM_REPORT_FIELD_TYPE_* */
|
||||
const void const *value; /* reserved value:
|
||||
const void *value; /* reserved value:
|
||||
uint64_t for DM_REPORT_FIELD_TYPE_NUMBER
|
||||
uint64_t for DM_REPORT_FIELD_TYPE_SIZE (number of 512-byte sectors)
|
||||
uint64_t for DM_REPORT_FIELD_TYPE_PERCENT
|
||||
|
Loading…
Reference in New Issue
Block a user