]> sourceware.org Git - lvm2.git/commit
Add lvm_vg_get_seqno, updating lvm.h and unit test.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 28 Jul 2009 13:17:04 +0000 (13:17 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 28 Jul 2009 13:17:04 +0000 (13:17 +0000)
commit9ac1af71600d0f5035b7e9d5bacb05d8a0924615
tree461a1d174760622303f7675f39fd90b70a96e95a
parent88e3ced7dfca5f32335485d821a38415b8da592e
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.
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
liblvm/.exported_symbols
liblvm/lvm.h
liblvm/lvm_vg.c
test/api/test.c
This page took 0.032715 seconds and 5 git commands to generate.