diff options
Diffstat (limited to 'protocols/ace/RMCast/Link.h')
-rw-r--r-- | protocols/ace/RMCast/Link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/Link.h b/protocols/ace/RMCast/Link.h index 4c1495d2a37..8da695023f2 100644 --- a/protocols/ace/RMCast/Link.h +++ b/protocols/ace/RMCast/Link.h @@ -53,11 +53,13 @@ namespace ACE_RMCast ACE_SOCK_Dgram_Mcast rsock_; ACE_SOCK_Dgram ssock_; + bool stop_; ACE_Thread_Manager recv_mgr_; // Simulator. // Message_ptr hold_; + Mutex mutex_; }; } |