summaryrefslogtreecommitdiffstats
path: root/lib/metadata/lv.h
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2010-09-30 14:07:47 +0000
committerDave Wysochanski <dwysocha@redhat.com>2010-09-30 14:07:47 +0000
commit254d672dccd5c5e8da389f231564701a8ddedde7 (patch)
tree5bbd4457795e7f935a9e4e82873877c8f5f15b00 /lib/metadata/lv.h
parentf4fd41552d79eb7a681c687b1d00872300c5c29e (diff)
downloadlvm2-254d672dccd5c5e8da389f231564701a8ddedde7.tar.gz
lvm2-254d672dccd5c5e8da389f231564701a8ddedde7.tar.xz
lvm2-254d672dccd5c5e8da389f231564701a8ddedde7.zip
Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.
Add supporting functions for pv_uuid, vg_uuid, and lv_uuid. Call new function id_format_and_copy. Use 'const' where appropriate. Add "_dup" suffix to indicate memory is being allocated. Call {pv|vg|lv}_uuid_dup from lvm2app uuid functions.
Diffstat (limited to 'lib/metadata/lv.h')
-rw-r--r--lib/metadata/lv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/metadata/lv.h b/lib/metadata/lv.h
index 4cf06b22..9e8dbe20 100644
--- a/lib/metadata/lv.h
+++ b/lib/metadata/lv.h
@@ -49,5 +49,6 @@ struct logical_volume {
uint64_t lv_size(const struct logical_volume *lv);
char *lv_attr_dup(struct dm_pool *mem, const struct logical_volume *lv);
+char *lv_uuid_dup(const struct logical_volume *lv);
#endif