From 122ccd0d04a64ddc31de5e466a160bf02678e14d Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Fri, 24 Jul 2009 12:47:15 +0000 Subject: Add lvm_list_vg_names and lvm_list_vg_ids liblvm functions. These functions provide the capability of enumerating all vgnames and vgids in the system. They do not do a scan of the system. Author: Dave Wysochanski --- liblvm/.exported_symbols | 2 ++ 1 file changed, 2 insertions(+) (limited to 'liblvm/.exported_symbols') diff --git a/liblvm/.exported_symbols b/liblvm/.exported_symbols index cb1319c4..c652625e 100644 --- a/liblvm/.exported_symbols +++ b/liblvm/.exported_symbols @@ -18,3 +18,5 @@ lvm_errno lvm_errmsg lvm_vg_list_pvs lvm_vg_list_lvs +lvm_list_vg_names +lvm_list_vg_ids -- cgit