mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 01:25:07 -05:00
Step also cooked select timestamp in scheduler slew handler
This commit is contained in:
1
sched.c
1
sched.c
@@ -527,6 +527,7 @@ handle_slew(struct timeval *raw,
|
|||||||
}
|
}
|
||||||
|
|
||||||
UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw);
|
UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw);
|
||||||
|
UTI_AddDoubleToTimeval(&last_select_ts, -doffset, &last_select_ts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user