]> sourceware.org Git - lvm2.git/commitdiff
add libdevmapper-event.h
authorAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:41:51 +0000 (22:41 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:41:51 +0000 (22:41 +0000)
include/.symlinks
lib/mirror/mirrored.c
lib/snapshot/snapshot.c

index aa43a8996c30bdb87d045886a9f8892f541e22f1..c96aef668b0ea9c5935444a2585445bad941bb1c 100644 (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
index 0a0c39bcf7ab489d32741333d54af7c274af2742..1775d2538536a6ffb29d42ae282a3394a331aa7b 100644 (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;
index 911bb21a8fc5e384f2d2449355c1a2deaf674e73..582cb41947e0c7ff9343381b2e585c928121200a 100644 (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)
This page took 0.033552 seconds and 5 git commands to generate.