From 730f0e7b2e779c2790d0d351971090ec4a9a0c6a Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 20 Jan 1998 21:20:57 +0000 Subject: [PATCH] add taskwd call to seqAuxTask --- src/sequencer/seq_task.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sequencer/seq_task.c b/src/sequencer/seq_task.c index 8de222a1a..82faebc39 100644 --- a/src/sequencer/seq_task.c +++ b/src/sequencer/seq_task.c @@ -558,6 +558,8 @@ long seqAuxTask() { extern int seqAuxTaskId; + /* Register this task with the EPICS watchdog*/ + taskwdInsert(taskIdSelf(),(VOIDFUNCPTR)0, (VOID *)0); /* Set up so all state program tasks will use a common CA context */ ca_task_initialize(); seqAuxTaskId = taskIdSelf(); /* must follow ca_task_initialize() */