1
0
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:
Alasdair Kergon 2008-10-31 22:41:51 +00:00
parent e83f71d678
commit 2ade7a15e2
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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;

View File

@ -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)