summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 659d0f4fd75..c042e9a653f 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -963,6 +963,9 @@ private:
// Count of the number of times that <ORB_init> has been called.
// This must be protected by <ACE_Static_Object_Lock>.
+ ACE_SYNCH_CONDITION* cond_become_leader_;
+ // wait to become the leader if the leader-follower model is active
+
// = NON-PROVIDED METHODS
CORBA_ORB (const CORBA_ORB &);
CORBA_ORB &operator= (const CORBA_ORB &);