[lvm-devel] LVM2/lib/activate activate.c

agk at sourceware.org agk at sourceware.org
Wed Jan 24 22:06:13 UTC 2007


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2007-01-24 22:06:12

Modified files:
	lib/activate   : activate.c 

Log message:
	fix earlier checkin

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/activate/activate.c.diff?cvsroot=lvm2&r1=1.118&r2=1.119

--- LVM2/lib/activate/activate.c	2007/01/24 16:51:23	1.118
+++ LVM2/lib/activate/activate.c	2007/01/24 22:06:11	1.119
@@ -651,7 +651,7 @@
 	int r = 1;
 	struct list *tmp;
 	struct lv_segment *seg;
-	int (*monitor_fn) (struct cmd_context *c, struct lv_segment *s, int e);
+	int (*monitor_fn) (struct lv_segment *s, int e);
 
 	/*
 	 * Nothing to do if dmeventd configured not to be used.




More information about the lvm-devel mailing list