summaryrefslogtreecommitdiffstats
path: root/lib/metadata/lv.h
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2011-04-12 12:24:29 +0000
committerPetr Rockai <prockai@redhat.com>2011-04-12 12:24:29 +0000
commitdb22d9b97840318a0af98e930cd92c1be7acaa70 (patch)
treea5296e73d5e0137aca2455014e3eb9700a299658 /lib/metadata/lv.h
parentc67d2b4dd4941a4119e4c4ad1fdd8fb9d161cbf7 (diff)
downloadlvm2-db22d9b97840318a0af98e930cd92c1be7acaa70.tar.gz
lvm2-db22d9b97840318a0af98e930cd92c1be7acaa70.tar.xz
lvm2-db22d9b97840318a0af98e930cd92c1be7acaa70.zip
This patchset refactors some reporting code and completes the remaining
lvseg properties for lvm2app, 'devices' and 'seg_pe_ranges'. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com> Reviewed-by: Petr Rockai <prockai@redhat.com>
Diffstat (limited to 'lib/metadata/lv.h')
-rw-r--r--lib/metadata/lv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/metadata/lv.h b/lib/metadata/lv.h
index 1c3640b5..49065827 100644
--- a/lib/metadata/lv.h
+++ b/lib/metadata/lv.h
@@ -68,5 +68,7 @@ uint64_t lvseg_size(const struct lv_segment *seg);
uint64_t lvseg_chunksize(const struct lv_segment *seg);
char *lvseg_segtype_dup(struct dm_pool *mem, const struct lv_segment *seg);
char *lvseg_tags_dup(const struct lv_segment *seg);
+char *lvseg_devices(struct dm_pool *mem, const struct lv_segment *seg);
+char *lvseg_seg_pe_ranges(struct dm_pool *mem, const struct lv_segment *seg);
#endif /* _LVM_LV_H */