1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/report
Peter Rajnoha 5abdb52fdc report: select: refactor: move str_list to libdm
The list of strings is used quite frequently and we'd like to reuse
this simple structure for report selection support too. Make it part
of libdevmapper for general reuse throughout the code.

This also simplifies the LVM code a bit since we don't need to
include and manage lvm-types.h anymore (the string list was the
only structure defined there).
2014-06-17 16:27:20 +02:00
..
columns-devtypes.h reporting: Add devtypes command. 2013-09-18 01:09:15 +01:00
columns.h report: select: add DM_REPORT_FIELD_TYPE_SIZE to make a difference between NUMBER and SIZE 2014-06-17 16:27:20 +02:00
properties.c report: select: add DM_REPORT_FIELD_TYPE_SIZE to make a difference between NUMBER and SIZE 2014-06-17 16:27:20 +02:00
properties.h report: select: refactor: move str_list to libdm 2014-06-17 16:27:20 +02:00
report.c report: select: add --select arg to pvs, vgs and lvs 2014-06-17 16:27:20 +02:00
report.h report: select: add --select arg to pvs, vgs and lvs 2014-06-17 16:27:20 +02:00