changeset 1752:fff38df7f98f HEAD

s/int/enum io_condition/
author Timo Sirainen <tss@iki.fi>
date Sun, 07 Sep 2003 04:52:06 +0300
parents fd33cf8a1261
children 6830c31323c1
files src/lib/ioloop-internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-internal.h	Sat Sep 06 20:46:54 2003 +0300
+++ b/src/lib/ioloop-internal.h	Sun Sep 07 04:52:06 2003 +0300
@@ -22,7 +22,7 @@
 	struct io *next;
 
 	int fd;
-	int condition;
+	enum io_condition condition;
 
 	unsigned int destroyed:1;