Prepare for NMT: Fixes and improvements at common code
This commit is contained in:
@@ -74,6 +74,7 @@ void timer_start(struct timer *timer, double duration)
|
||||
|
||||
gettimeofday(&tv, NULL);
|
||||
|
||||
timer->duration = duration;
|
||||
timer->timeout = get_time() + duration;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user