upgraded locking

This commit is contained in:
Jeff Hill
2001-03-07 16:17:04 +00:00
parent 128cedaa06
commit 1aa047bf61
6 changed files with 41 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
#include "iocinf.h"
tsFreeList < hostNameCache, 16 > hostNameCache::freeList;
epicsMutex hostNameCache::freeListMutex;
hostNameCache::hostNameCache ( const osiSockAddr &addr, ipAddrToAsciiEngine &engine ) :
ipAddrToAsciiAsynchronous ( addr ),