mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:35:06 -05:00
Handle immediate step in local module instead of system driver
This fixes the problem where scheduler wasn't notified about performed steps and it also makes the command available on all supported systems.
This commit is contained in:
@@ -444,7 +444,7 @@ SYS_Solaris_Initialise(void)
|
||||
|
||||
lcl_RegisterSystemDrivers(read_frequency, set_frequency,
|
||||
accrue_offset, apply_step_offset,
|
||||
get_offset_correction, NULL /* immediate_step */,
|
||||
get_offset_correction,
|
||||
NULL /* set_leap */);
|
||||
|
||||
/* Turn off the kernel switch that keeps the system clock in step
|
||||
|
||||
Reference in New Issue
Block a user