add taskwd call to seqAuxTask

This commit is contained in:
Marty Kraimer
1998-01-20 21:20:57 +00:00
parent 8a81103901
commit 730f0e7b2e
+2
View File
@@ -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() */