summaryrefslogtreecommitdiffstats
path: root/liblvm/.exported_symbols
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2010-02-24 18:16:18 +0000
committerDave Wysochanski <dwysocha@redhat.com>2010-02-24 18:16:18 +0000
commita8ab58677074d4e112e3dc3a2eb10b964a457a99 (patch)
tree122940c99d5ee3759f6e81f74f38ce3c32add257 /liblvm/.exported_symbols
parentccc2e192a04f27f0fe5ac90f411e4480f53464be (diff)
downloadlvm2-a8ab58677074d4e112e3dc3a2eb10b964a457a99.tar.gz
lvm2-a8ab58677074d4e112e3dc3a2eb10b964a457a99.tar.xz
lvm2-a8ab58677074d4e112e3dc3a2eb10b964a457a99.zip
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>
Diffstat (limited to 'liblvm/.exported_symbols')
-rw-r--r--liblvm/.exported_symbols3
1 files changed, 3 insertions, 0 deletions
diff --git a/liblvm/.exported_symbols b/liblvm/.exported_symbols
index c184a889..74312489 100644
--- a/liblvm/.exported_symbols
+++ b/liblvm/.exported_symbols
@@ -18,6 +18,7 @@ lvm_vg_get_extent_size
lvm_vg_get_extent_count
lvm_vg_get_free_extent_count
lvm_vg_get_pv_count
+lvm_vg_get_tags
lvm_lv_activate
lvm_lv_deactivate
lvm_lv_get_uuid
@@ -33,6 +34,8 @@ lvm_vg_write
lvm_vg_open
lvm_vg_close
lvm_vg_remove
+lvm_vg_add_tag
+lvm_vg_remove_tag
lvm_scan
lvm_errno
lvm_errmsg