Make non-existent tasks look like they're suspended. This keeps the task

watchdog from reporting them over and over and over again.
This commit is contained in:
W. Eric Norum
2001-02-22 02:02:37 +00:00
parent 544913d509
commit 40946c702a
+1 -1
View File
@@ -360,7 +360,7 @@ epicsThreadIsSuspended (epicsThreadId id)
default:
errlogPrintf("epicsThreadIsSuspended: %s\n", rtems_status_text (sc));
return 0;
return 1;
}
}