Step also cooked select timestamp in scheduler slew handler
This commit is contained in:
parent
dce2366b3a
commit
bbe1a09e7e
1 changed files with 1 additions and 0 deletions
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, -doffset, &last_select_ts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue