[dovecot-cvs] dovecot/src/lib ioloop.h,1.17,1.18

cras at dovecot.org cras at dovecot.org
Sun Apr 9 17:48:36 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv31017

Modified Files:
	ioloop.h 
Log Message:
IO_ERROR and IO_NOTIFY had conflicting values.



Index: ioloop.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ioloop.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ioloop.h	21 Feb 2006 22:50:34 -0000	1.17
+++ ioloop.h	9 Apr 2006 14:48:34 -0000	1.18
@@ -14,7 +14,7 @@
 	IO_ERROR	= 0x04,
 	
 	/* internal */
-	IO_NOTIFY	= 0x04
+	IO_NOTIFY	= 0x08
 };
 
 typedef void io_callback_t(void *context);



More information about the dovecot-cvs mailing list