mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
add libdevmapper-event.h
This commit is contained in:
parent
e83f71d678
commit
2ade7a15e2
@ -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…
Reference in New Issue
Block a user