1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/libdm
Dave Wysochanski d6fbd0db32 Add macro definitions to report infrastructure for character array length.
Rather than hard code the size of the field, use a #define, so we can re-use.
The #define will be needed in a future patch when we extend the reporting
infrastructure to have 'get' and 'set' functions for each field, allowing
lvm2app functions which query any report field.  In order to provide a
generic lookup based on the field id, we will define a type containing this
field id, and thus, we will need to re-use the length of this string as
it's defined inside libdevmapper.h.
2010-08-20 12:44:30 +00:00
..
datastruct Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
ioctl Fix dm-mod autoloading logic to not assume control node is set correctly. 2010-08-18 13:11:56 +00:00
misc Use flexible data[] in cmirrord request to prevent abort in runtime size checks. 2010-06-22 13:11:29 +00:00
mm [MM] Make valgrind aware of the pool allocators 2010-08-09 10:56:01 +00:00
regex [REGEX] fix a long standing off-by-one error (found by valgrind-pool) 2010-08-09 10:58:27 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h Add macro definitions to report infrastructure for character array length. 2010-08-20 12:44:30 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Use void parameter for function definition. 2010-08-03 13:06:35 +00:00
libdm-common.h Several changes to udev support code: 2009-10-26 14:29:33 +00:00
libdm-deptree.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
libdm-file.c Fix dm_create_lockfile error paths - incorrectly unlinked in-use lockfile. 2010-07-27 21:56:14 +00:00
libdm-report.c Remove C++ private keyword from headers. 2010-06-16 13:01:25 +00:00
libdm-string.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00