X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uloop.h;h=975e40ba0e3c1ae226f061db015e1d9038525a8d;hb=cd5238b5003ab8b4bbceedbf89f59542f2629b45;hp=1d32c39d62b2f1c849af28eb51861bcc68cd453d;hpb=ae40b6613019f02e856b4b1ccc2712984506152e;p=project%2Flibubox.git diff --git a/uloop.h b/uloop.h index 1d32c39..975e40b 100644 --- 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 };