timeout now results in unresponsive circuit notify and not an abort shutdown

This commit is contained in:
Jeff Hill
2003-10-23 22:30:25 +00:00
parent be9a9afc68
commit fab73db5e8
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ tcpRecvWatchdog::expire ( const epicsTime & /* currentTime */ ) // X aCC 361
"- disconnecting.\n",
hostName, this->period ) );
# endif
this->cacRef.initiateAbortShutdown ( this->iiu );
this->cacRef.unresponsiveCircuitNotify ( this->iiu );
return noRestart;
}
else {

View File

@@ -52,7 +52,7 @@ epicsTimerNotify::expireStatus tcpSendWatchdog::expire (
debugPrintf ( ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
hostName, this->period ) );
# endif
this->cacRef.initiateAbortShutdown ( this->iiu );
this->cacRef.unresponsiveCircuitNotify ( this->iiu );
return noRestart;
}