Date: Thu, 22 Jun 2000 11:39:31 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Message-ID: <200006221839.LAA35916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2000/06/22 11:39:31 PDT
Modified files:
sys/kern kern_event.c
Log:
Add code so that the udata field is preserved across a TRACK event.
When re-adding an event, do not reset the event state. If the event was
pending, it will remain pending. This allows the user to change the udata
field after the event was registered, while not losing any events which
have already occurred.
Reported by: jmg
Revision Changes Path
1.8 +19 -10 src/sys/kern/kern_event.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006221839.LAA35916>
