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() */