Prepare for NMT: Fixes and improvements at common code

This commit is contained in:
Andreas Eversberg
2016-03-11 06:59:05 +01:00
parent 287b914b56
commit 0dc81fe210
16 changed files with 137 additions and 105 deletions

View File

@@ -74,6 +74,7 @@ void timer_start(struct timer *timer, double duration)
gettimeofday(&tv, NULL);
timer->duration = duration;
timer->timeout = get_time() + duration;
}