summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-02-23 13:11:07 +0000
committerPetr Rockai <prockai@redhat.com>2012-02-23 13:11:07 +0000
commitdae0822698327e81f467c3594141d70cdafca331 (patch)
tree673c87128df8e56be79703a799c83d12acbe5b19 /lib/label/label.h
parent182d1f60d2fb1bbadef2974fa55278f553b04ed9 (diff)
downloadlvm2-dae0822698327e81f467c3594141d70cdafca331.tar.gz
lvm2-dae0822698327e81f467c3594141d70cdafca331.tar.xz
lvm2-dae0822698327e81f467c3594141d70cdafca331.zip
The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in
lvm.conf *and* lvmetad is running.
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index 3e07f06d..f3268bbd 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -26,6 +26,8 @@
struct labeller;
+void allow_reads_with_lvmetad(void);
+
/* On disk - 32 bytes */
struct label_header {
int8_t id[8]; /* LABELONE */