require guard when sending create chan msg
This commit is contained in:
+2
-1
@@ -50,6 +50,7 @@
|
||||
class cac;
|
||||
class netiiu;
|
||||
class callbackMutex;
|
||||
class cacMutex;
|
||||
|
||||
class cacPrivateListOfIO {
|
||||
public:
|
||||
@@ -75,7 +76,7 @@ public:
|
||||
void accessRightsNotify ( epicsGuard < callbackMutex > & ) const;
|
||||
void disconnect ( netiiu & newiiu );
|
||||
bool searchMsg ( class udpiiu & iiu, unsigned & retryNoForThisChannel );
|
||||
void createChannelRequest ( class tcpiiu & iiu );
|
||||
void createChannelRequest ( class tcpiiu & iiu, epicsGuard < cacMutex > & );
|
||||
bool identifierEquivelence ( unsigned idToMatch );
|
||||
void beaconAnomalyNotify ();
|
||||
void serviceShutdownNotify ();
|
||||
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
( cacNotify &, epicsGuard < cacMutex > & );
|
||||
virtual void show ( unsigned level ) const;
|
||||
bool setEchoRequestPending ();
|
||||
void createChannelRequest ( nciu & );
|
||||
void createChannelRequest ( nciu &, epicsGuard < cacMutex > & );
|
||||
void requestRecvProcessPostponedFlush ();
|
||||
void clearChannelRequest ( epicsGuard < cacMutex > &,
|
||||
ca_uint32_t sid, ca_uint32_t cid );
|
||||
|
||||
Reference in New Issue
Block a user