Step also cooked select timestamp in scheduler slew handler

This commit is contained in:
Miroslav Lichvar 2011-06-23 15:23:16 +02:00
parent dce2366b3a
commit bbe1a09e7e

View file

@ -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);
}
}