Date: Thu, 12 Jan 2017 04:57:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 214987] updating EVFILT_TIMER kqueue events doesn't work Message-ID: <bug-214987-8-DkmaIiu8Dz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214987-8@https.bugs.freebsd.org/bugzilla/> References: <bug-214987-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214987 --- Comment #5 from Conrad Meyer <cem@freebsd.org> --- In fact: EV_ADD Adds the event to the kqueue. Re-adding an existing event ^^^^^^^^^^^^^^^^^^^^^^^^^^^ will modify the parameters of the original event, and not result in a duplicate entry. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ As far as I can tell, this isn't actually true. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214987-8-DkmaIiu8Dz>