1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Zdenek Kabelac 035a7b9a4b dmeventd: fix linking with libdevmapper
Since dmeventd is 'libdm' based project, it needs to link
libdm library instead of its internal version

An external users may provide plugins loadeable by dmeventd.
So external user of libdevmapper-event library has no other option
then to link with released libdevmapper library.

The complexity comes with lvm2 plugins.
The lvm2 plugin itself uses internal version of device_mapper,
but libdevmapper-event usage is libdm based - so there needs to be avoided
any breakage on compatibility of internal i.e. dm_task_run structures.

TODO: most likely dmeventd itself should be moved into libdm/dm-tools dir,
and only lvm2 plugins should be created as part of lvm project,
but those still need to link with libdevmapper.
2018-12-14 22:33:22 +01:00
..
cmirrord headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
dmeventd dmeventd: fix linking with libdevmapper 2018-12-14 22:33:22 +01:00
lvmdbusd lvmdbusd: Update table lookup for state lv_attr 2018-12-14 08:28:03 -06:00
lvmlockd headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
lvmpolld headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
Makefile.in build: Remove lvmetad leftovers 2018-07-24 15:02:32 +02:00