mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
o segments will have to be held as an array of pointers since they're now
variable sized.
This commit is contained in:
parent
23687ed34d
commit
79437c2734
@ -116,7 +116,7 @@ struct logical_volume {
|
||||
|
||||
/* the segment array */
|
||||
uint32_t segment_count;
|
||||
struct stripe_segment *segments;
|
||||
struct stripe_segment **segments;
|
||||
};
|
||||
|
||||
struct name_list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user