mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 20:51:16 +00:00
This fixes the problem that large timeouts, when rescheduled, are interpreted to be from the last now_period instead of, what would be right, the next now_period. This occured if there were multiple pending alarms at the head of the queue and the reschedule of the first one was done with the other outdated deadlines still in place. Issue #2704