1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/report
Peter Rajnoha 7e85d4f5f6 refactor: rename existing helper macros for reserved value handling and add GET_FIELD_RESERVED_VALUE macro
RESERVED(id)   --> GET_TYPE_RESERVED_VALUE(id)
FIRST_NAME(id) --> GET_FIRST_RESERVED_NAME(id)

Also add GET_FIELD_RESERVED_VALUE(id) macro to get per-field reserved value.

This makes it much more readable and hopefully it'll make it
easier to use these helper macros when adding new reporting
fields with reserved values if needed.
2014-12-18 14:42:14 +01:00
..
columns-devtypes.h reporting: Add devtypes command. 2013-09-18 01:09:15 +01:00
columns.h report: Add cache_policy and cache_settings (LV) segment fields. 2014-12-17 14:43:12 +01:00
properties.c report: Add cache_policy and cache_settings (LV) segment fields. 2014-12-17 14:43:12 +01:00
properties.h report: select: refactor: move str_list to libdm 2014-06-17 16:27:20 +02:00
report.c refactor: rename existing helper macros for reserved value handling and add GET_FIELD_RESERVED_VALUE macro 2014-12-18 14:42:14 +01:00
report.h report: add new LVSSTATUS and SEGSSTATUS report type 2014-11-11 08:53:28 +01:00
values.h refactor: rename existing helper macros for reserved value handling and add GET_FIELD_RESERVED_VALUE macro 2014-12-18 14:42:14 +01:00