1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-02 04:22:02 +03:00

report: select: add support for percent selection

This commit is contained in:
Peter Rajnoha
2014-06-09 16:23:45 +02:00
parent cfed0d09e8
commit 51a86dc2f8
5 changed files with 85 additions and 38 deletions

View File

@ -123,7 +123,8 @@ static int _ ## NAME ## _get (const void *obj, struct lvm_property_type *prop) \
#define STR 1
#define NUM 2
#define SIZ 3
#define STR_LIST 4
#define PCT 4
#define STR_LIST 5
#define FIELD_MODIFIABLE 0x00000001
#define FIELD(type, strct, field_type, head, field, width, fn, id, desc, settable) \