uloop: fix edge trigger handling on mac os x
[project/libubox.git] / uloop.h
diff --git a/uloop.h b/uloop.h
index 1d32c39..975e40b 100644 (file)
--- a/uloop.h
+++ b/uloop.h
@@ -56,7 +56,7 @@ struct uloop_fd
        bool error;
        bool registered;
 #ifdef USE_KQUEUE
-       bool flags;
+       uint8_t flags;
 #endif
 };