[Bug 196844] [patch][doc] Add EXAMPLES section to kqueue(2) man page
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 26 12:26:50 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196844
Konstantin Belousov <kib at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kib at FreeBSD.org
--- Comment #4 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to fernando.apesteguia from comment #3)
I mean that EV_ONESHOT is excessive when you continuously poll for the same
event. It causes useless work for re-registering the event for each iteration.
I updated the code by removing the EV_ONESHOT (EV_CLEAR is needed because the
vnode events are level-triggered), and also did misc. style cleanups.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list