http://defect.opensolaris.org/bz/show_bug.cgi?id=11784
--- Comment #5 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-10-07 14:52:49 UTC --- (In reply to comment #4) > What is wrong with doing it right now? You don't know if there is an alarm > scheduled soon. The event added could have been the one that was in the past > due to scheduling delays. If the event we are enqueueing is the first event in the timed event queue, then it is scheduled to go off "when" seconds from now (event->event_time = now + when). If the first event in the timed event queue has 0 seconds remaining, then it's alarm must already be set, either in nwamd_event_enqueue_timed() (if it was the first when it was enqueued) or in nwamd_event_enqueue_expired_events() (when events expiring before it were dequeued). -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
