summaryrefslogtreecommitdiff
path: root/TAO/tao/Leader_Follower.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-28 02:31:31 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-28 02:31:31 +0000
commit77bf4e694ee0a47254089a732c0dfad82ac1bc7d (patch)
tree7cef0d395675e7cbda7be73dcec8e7f9914703b9 /TAO/tao/Leader_Follower.h
parent6a2338ef84011f5a83abf74c05d2086b6af01a88 (diff)
downloadATCD-77bf4e694ee0a47254089a732c0dfad82ac1bc7d.tar.gz
ChangeLogTag: Thu Jan 27 20:25:37 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Leader_Follower.h')
-rw-r--r--TAO/tao/Leader_Follower.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Leader_Follower.h b/TAO/tao/Leader_Follower.h
index 6d6f37d8637..f0239685ab3 100644
--- a/TAO/tao/Leader_Follower.h
+++ b/TAO/tao/Leader_Follower.h
@@ -133,6 +133,13 @@ private:
int client_thread_is_leader_;
// Is a client thread the current leader?
+
+ int server_threads_waiting_;
+ // Are server threads waiting for the client leader to complete?
+
+ ACE_SYNCH_CONDITION server_threads_condition_;
+ // Condition variable for server threads waiting for the client
+ // leader to complete.
};
class TAO_Export TAO_LF_Client_Thread_Helper