fixed situations where local host name cache is repatedly created and destroyed

This commit is contained in:
Jeff Hill
2009-02-11 00:50:28 +00:00
parent e1b8caa8d7
commit 77669d793d
8 changed files with 56 additions and 15 deletions

View File

@@ -126,6 +126,7 @@ cac::cac (
epicsMutex & mutualExclusionIn,
epicsMutex & callbackControlIn,
cacContextNotify & notifyIn ) :
_refLocalHostName ( localHostNameCache.getReference () ),
programBeginTime ( epicsTime::getCurrent() ),
connTMO ( CA_CONN_VERIFY_PERIOD ),
mutex ( mutualExclusionIn ),