public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 include/.symlinks lib/snapshot/snapshot.c ...
@ 2008-10-31 22:41 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2008-10-31 22:41 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-10-31 22:41:51

Modified files:
	include        : .symlinks 
	lib/snapshot   : snapshot.c 
	lib/mirror     : mirrored.c 

Log message:
	add libdevmapper-event.h

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/include/.symlinks.diff?cvsroot=lvm2&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/snapshot/snapshot.c.diff?cvsroot=lvm2&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/mirror/mirrored.c.diff?cvsroot=lvm2&r1=1.57&r2=1.58

--- LVM2/include/.symlinks	2008/10/31 22:22:04	1.51
+++ LVM2/include/.symlinks	2008/10/31 22:41:51	1.52
@@ -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
--- LVM2/lib/snapshot/snapshot.c	2008/07/15 00:25:52	1.31
+++ LVM2/lib/snapshot/snapshot.c	2008/10/31 22:41:51	1.32
@@ -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)
--- LVM2/lib/mirror/mirrored.c	2008/07/31 14:43:39	1.57
+++ LVM2/lib/mirror/mirrored.c	2008/10/31 22:41:51	1.58
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-31 22:41 LVM2 include/.symlinks lib/snapshot/snapshot.c agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).