summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Mux_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Mux_Strategy.h')
-rw-r--r--TAO/tao/Transport_Mux_Strategy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Transport_Mux_Strategy.h b/TAO/tao/Transport_Mux_Strategy.h
index a7f27db98e4..744db21fc19 100644
--- a/TAO/tao/Transport_Mux_Strategy.h
+++ b/TAO/tao/Transport_Mux_Strategy.h
@@ -83,6 +83,9 @@ public:
protected:
/// Cache the transport reference.
TAO_Transport *transport_;
+
+ /// Lock to protect the state of the object
+ ACE_Lock *lock_;
};
#include "ace/post.h"