summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 19:56:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 19:56:29 +0000
commitabbab88210869c99c4b9ee14663790afba1e9d24 (patch)
tree2e48018770b3e3a03fbafed827988bb4f17710b6
parentc66db68f5b07718bbc5a1803850d730494039d92 (diff)
downloadATCD-abbab88210869c99c4b9ee14663790afba1e9d24.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-96b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 843cb564b4e..629af331c46 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -14,6 +14,13 @@ Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu>
can be referenced in the class declaration. This subproject
still doesn't build, though; I think that Event.h is needed.
+ * ace/OS.h (struct ACE_cond_t): declare waiters_done_ as
+ ACE_sema_t on VxWorks only, to avoid recursive struct
+ definition with ACE_event_t
+
+ * ace/OS.i (ACE_OS::cond_*): on VxWorks only, use sema
+ operations on ACE_cond_t::waiters_done_ instead of event ops
+
Tue Dec 24 10:55:20 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* examples/Threads/task_three.cpp (main): Changed the use of