Last edited by
MBrown on April 3, 1983 9:05 am
Hauser, March 8, 1985 11:15:36 am PST
Bob Hagmann May 2, 1988 3:09:35 pm PDT
YggWorkerInternal:
CEDAR DEFINITIONS =
BEGIN
WorkerLogWatchdogProcess:
PROC [];
Implemented by WorkerImpl, called from WorkerLogWatchdogImpl
NotifyLogWatchdog:
PROC [];
Implemented by WorkerLogWatchdogImpl, called from WorkerImpl
Log watchdog process should wake up and examine the oldest workers; they
may need to be aborted.
WaitForNotify:
PROC [];
Implemented by WorkerLogWatchdogImpl, called from WorkerImpl
END.