mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Remove lvseg_t and pvseg_t typedefs from liblvm/lvm.h.
We do not need lvseg and pvseg for now. If we need we will add back later.
This commit is contained in:
parent
7516d78193
commit
5f055102fa
@ -22,15 +22,11 @@
|
||||
struct volume_group;
|
||||
struct physical_volume;
|
||||
struct logical_volume;
|
||||
struct lv_segment;
|
||||
struct pv_segment;
|
||||
|
||||
/* liblvm handles to objects pv, vg, lv, pvseg, lvseg */
|
||||
typedef struct volume_group vg_t;
|
||||
typedef struct physical_volume pv_t;
|
||||
typedef struct logical_volume lv_t;
|
||||
typedef struct pv_segment pvseg_t;
|
||||
typedef struct lv_segment lvseg_t;
|
||||
|
||||
struct lvm; /* internal data */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user