1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/liblvm
Dave Wysochanski a8ab586770 Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag().
Add lvm2app functions to manage VG tags.
For lvm_vg_get_tags(), we return a list of tags, similar to other
functions that return lists.  An empty list is returned if there
are no VG tags.  NULL is returned if there is a problem obtaining
the list of tags.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
2010-02-24 18:16:18 +00:00
..
.exported_symbols Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag(). 2010-02-24 18:16:18 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm2app.h Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag(). 2010-02-24 18:16:18 +00:00
lvm_base.c Move error message to locking constructor and print 2010-01-22 09:45:29 +00:00
lvm_lv.c post-release 2010-02-16 00:27:01 +00:00
lvm_pv.c post-release 2010-02-16 00:27:01 +00:00
lvm_vg.c Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag(). 2010-02-24 18:16:18 +00:00
Makefile.in Add tag_list_copy() supporting function inside lvm2app. 2010-02-24 18:16:10 +00:00