mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-03 01:30:41 +00:00
e18c02991e
This commit extends the Lx_kit initialization function by passing in a signal handler that is used to perform the normally occurring scheduler execution and is a follow-up change for the decoupling scheduler execution commit. Instead of burying the signal handler in the 'Lx_kit::Scheduler' object it is provided by the main object where the driver is free to perform any additional step before or after executing the scheduler. Issue #4927 Fixes #4952