getHostName returns string size

This commit is contained in:
Jeff Hill
2004-10-19 20:55:39 +00:00
parent 89814eb9e2
commit dfa35d0596
4 changed files with 14 additions and 16 deletions
+3 -3
View File
@@ -1127,11 +1127,11 @@ double udpiiu::getRTTE () const
return epicsMax ( this->rtteMean, minRoundTripEstimate );
}
void udpiiu::hostName (
unsigned udpiiu::getHostName (
epicsGuard < epicsMutex > & cacGuard,
char *pBuf, unsigned bufLength ) const
char *pBuf, unsigned bufLength ) const throw ()
{
netiiu::hostName ( cacGuard, pBuf, bufLength );
return netiiu::getHostName ( cacGuard, pBuf, bufLength );
}
const char * udpiiu::pHostName (