1
0
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:
Dave Wysochanski 2009-07-23 23:36:20 +00:00
parent 7516d78193
commit 5f055102fa

View File

@ -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 */