summaryrefslogtreecommitdiffstats
path: root/lib/cache/lvmcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cache/lvmcache.h')
-rw-r--r--lib/cache/lvmcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cache/lvmcache.h b/lib/cache/lvmcache.h
index 080f3b5e..f13cad2b 100644
--- a/lib/cache/lvmcache.h
+++ b/lib/cache/lvmcache.h
@@ -46,6 +46,7 @@ struct lvmcache_vginfo {
char _padding[7];
struct lvmcache_vginfo *next; /* Another VG with same name? */
char *creation_host;
+ size_t vgmetadata_size;
char *vgmetadata; /* Copy of VG metadata as format_text string */
struct config_tree *cft; /* Config tree created from vgmetadata */
/* Lifetime is directly tied to vgmetadata */