From 2642ef553a389c5f3f38dc4dbf12ec5618075dcf Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Sun, 26 Jul 2009 20:58:11 +0000 Subject: Add lvm_lv_is_active and lvm_lv_is_suspended. Return whether an LV is active in the kernel (live table) or suspended (table suspend). 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 6708154d..99114230 100644 --- a/liblvm/.exported_symbols +++ b/liblvm/.exported_symbols @@ -17,6 +17,8 @@ lvm_lv_deactivate lvm_lv_get_uuid lvm_lv_get_name lvm_lv_get_size +lvm_lv_is_active +lvm_lv_is_suspended lvm_vg_create lvm_vg_extend lvm_vg_set_extent_size -- cgit