From 9ac1af71600d0f5035b7e9d5bacb05d8a0924615 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 28 Jul 2009 13:17:04 +0000 Subject: Add lvm_vg_get_seqno, updating lvm.h and unit test. Adding the ability to get the seqno is important for an application to determine if something has changed in a VG. Otherwise, the only way to know is to open the VG with write permission and hold the handle. --- liblvm/.exported_symbols | 1 + 1 file changed, 1 insertion(+) (limited to 'liblvm/.exported_symbols') diff --git a/liblvm/.exported_symbols b/liblvm/.exported_symbols index 452b676a..1e6d4c41 100644 --- a/liblvm/.exported_symbols +++ b/liblvm/.exported_symbols @@ -6,6 +6,7 @@ lvm_config_override lvm_pv_get_name lvm_pv_get_uuid lvm_pv_get_mda_count +lvm_vg_get_seqno lvm_vg_get_name lvm_vg_get_uuid lvm_vg_get_size -- cgit