1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/liblvm
Dave Wysochanski 83f25cd121 Add most all liblvm 'get' functions needed for anaconda.
Add the most straightforward 'get' functions required for anaconda.
These are the ones that return simple uint64_t values.
The other more complex ones involve the lv_attr bits.  These will
come in a separate patch series since each lv_attr bit will be returned
in a separate API instred of returning the string and requiring the
user to parse it.


Author: Dave Wysochanski <dwysocha@redhat.com>
2009-07-26 13:06:59 +00:00
..
.exported_symbols Add most all liblvm 'get' functions needed for anaconda. 2009-07-26 13:06:59 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm_base.c Add lvm_errno and lvm_errmsg to liblvm to obtain failure information. 2009-07-16 00:36:59 +00:00
lvm_lv.c Add most all liblvm 'get' functions needed for anaconda. 2009-07-26 13:06:59 +00:00
lvm_pv.c Add most all liblvm 'get' functions needed for anaconda. 2009-07-26 13:06:59 +00:00
lvm_vg.c Add most all liblvm 'get' functions needed for anaconda. 2009-07-26 13:06:59 +00:00
lvm.h Add most all liblvm 'get' functions needed for anaconda. 2009-07-26 13:06:59 +00:00
Makefile.in Add lvm_{pv|vg|lv}_get_{uuid|name}. 2009-07-23 23:40:05 +00:00