mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-26 06:50:38 +03:00
add libdevmapper-event.h
This commit is contained in:
parent
04f06bc91c
commit
2cde7dfdb3
@ -1,4 +1,5 @@
|
||||
../daemons/clvmd/clvm.h
|
||||
../daemons/dmeventd/libdevmapper-event.h
|
||||
../lib/activate/activate.h
|
||||
../lib/activate/targets.h
|
||||
../lib/cache/lvmcache.h
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "str_list.h"
|
||||
|
||||
#ifdef DMEVENTD
|
||||
# include <libdevmapper-event.h>
|
||||
# include "libdevmapper-event.h"
|
||||
#endif
|
||||
|
||||
static int _block_on_error_available = 0;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "str_list.h"
|
||||
#ifdef DMEVENTD
|
||||
# include "sharedlib.h"
|
||||
# include <libdevmapper-event.h>
|
||||
# include "libdevmapper-event.h"
|
||||
#endif
|
||||
|
||||
static const char *_snap_name(const struct lv_segment *seg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user