Don't try to recover from our own time steps
This commit is contained in:
parent
91749ebb2b
commit
0bf34725e3
1 changed files with 2 additions and 0 deletions
2
sched.c
2
sched.c
|
@ -509,6 +509,8 @@ handle_slew(struct timeval *raw,
|
|||
for (i = 0; i < SCH_NumberOfClasses; i++) {
|
||||
UTI_AddDoubleToTimeval(&last_class_dispatch[i], -doffset, &last_class_dispatch[i]);
|
||||
}
|
||||
|
||||
UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue