1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/liblvm
Dave Wysochanski 6c6c821445 Add lvm_vg_list_{pvs|lvs} - return lists of pv/lv handles for a vg.
- Use vgmem pool to allocate a list of lvm_*_list structs
- Allocate a new list each call (list may have changed since last call)
- Add to liblvm's exported symbols

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Acked-by: Thomas Woerner <twoerner@redhat.com>
2009-07-23 23:39:02 +00:00
..
.exported_symbols Add lvm_vg_list_{pvs|lvs} - return lists of pv/lv handles for a vg. 2009-07-23 23:39:02 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm_base.c Add lvm_errno and lvm_errmsg to liblvm to obtain failure information. 2009-07-16 00:36:59 +00:00
lvm_vg.c Add lvm_vg_list_{pvs|lvs} - return lists of pv/lv handles for a vg. 2009-07-23 23:39:02 +00:00
lvm.h Add lvm_vg_list_{pvs|lvs} - return lists of pv/lv handles for a vg. 2009-07-23 23:39:02 +00:00
Makefile.in Add liblvm2app Makefile installation targets. 2009-07-22 21:09:13 +00:00