From bbe1a09e7ed412cd503f5aafe58605eb87a63540 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 23 Jun 2011 15:23:16 +0200 Subject: [PATCH] Step also cooked select timestamp in scheduler slew handler --- sched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sched.c b/sched.c index d7c5c38..5ea93f6 100644 --- a/sched.c +++ b/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); } }