fixed beacon detect logic does not detect reconnected servers

This commit is contained in:
Jeff Hill
2002-09-11 23:30:12 +00:00
parent 761a87ea73
commit 539d3478c8
7 changed files with 30 additions and 11 deletions

View File

@@ -372,7 +372,7 @@ void cac::show ( unsigned level ) const
* cac::beaconNotify
*/
void cac::beaconNotify ( const inetAddrID & addr, const epicsTime & currentTime,
unsigned beaconNumber, unsigned protocolRevision )
ca_uint32_t beaconNumber, unsigned protocolRevision )
{
epicsGuard < cacMutex > guard ( this->mutex );