Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-04 04:15:45 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-01-04 04:15:48 +0400
commit6a8df07590227de8701d54f20f2331a9ba5030d1 (patch)
tree62a82cd1ba1d727c6a265b6d1d6cd57798f9d132 /uloop.h
parent8686989fffaf8041889edbe5319581bc0fa8c847 (diff)
uloop: do less state/change tracking for kevent() on mac os x, it is unreliable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/uloop.h b/uloop.h
index 05007fa..4be2913 100644
--- a/uloop.h
+++ b/uloop.h
@@ -54,9 +54,6 @@ struct uloop_fd
bool eof;
bool error;
bool registered;
-#ifdef USE_KQUEUE
- uint8_t kqflags;
-#endif
};
struct uloop_timeout