hostName() function name change to getHostName()
This commit is contained in:
@@ -69,7 +69,7 @@ tcpRecvWatchdog::expire ( const epicsTime & /* currentTime */ ) // X aCC 361
|
||||
{
|
||||
# ifdef DEBUG
|
||||
char hostName[128];
|
||||
this->iiu.hostName ( guard, hostName, sizeof (hostName) );
|
||||
this->iiu.getHostName ( guard, hostName, sizeof (hostName) );
|
||||
debugPrintf ( ( "CA server \"%s\" unresponsive after %g inactive sec"
|
||||
"- disconnecting.\n",
|
||||
hostName, this->period ) );
|
||||
|
||||
@@ -53,7 +53,7 @@ epicsTimerNotify::expireStatus tcpSendWatchdog::expire (
|
||||
}
|
||||
# ifdef DEBUG
|
||||
char hostName[128];
|
||||
this->iiu.hostName ( guard, hostName, sizeof ( hostName ) );
|
||||
this->iiu.getHostName ( guard, hostName, sizeof ( hostName ) );
|
||||
debugPrintf ( ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
|
||||
hostName, this->period ) );
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user