From 8d0b7d96439c8dcce6e3c1ab7ca732402f92a2c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Dec 1995 22:03:55 +0000 Subject: Insert mode argument to _Watchdog_Insert removed. Now are watchdog timers are automatically activated upon insertion. --- c/src/exec/score/src/threadq.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'c/src/exec/score/src/threadq.c') diff --git a/c/src/exec/score/src/threadq.c b/c/src/exec/score/src/threadq.c index 87e7903df4..f388959268 100644 --- a/c/src/exec/score/src/threadq.c +++ b/c/src/exec/score/src/threadq.c @@ -109,11 +109,7 @@ void _Thread_queue_Enqueue( NULL ); - _Watchdog_Insert_ticks( - &the_thread->Timer, - timeout, - WATCHDOG_ACTIVATE_NOW - ); + _Watchdog_Insert_ticks( &the_thread->Timer, timeout ); } switch( the_thread_queue->discipline ) { -- cgit v1.2.3