diff src/lib/ioloop-notify-dn.c @ 3863:55df57c028d4 HEAD

Added "bool" type and changed all ints that were used as booleans to bool.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Jan 2006 22:25:57 +0200
parents 4fa8e287486e
children 928229f8b3e6
line wrap: on
line diff
--- a/src/lib/ioloop-notify-dn.c	Fri Jan 13 17:11:47 2006 +0200
+++ b/src/lib/ioloop-notify-dn.c	Fri Jan 13 22:25:57 2006 +0200
@@ -17,7 +17,7 @@
 
 struct ioloop_notify_handler_context {
 	struct io *event_io;
-	int disabled;
+	bool disabled;
 
 	int event_pipe[2];
 };