diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-21 01:02:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-21 01:02:25 +0000 |
commit | ccd25fefe4bac76684b583faa121bfaeab0dfdfe (patch) | |
tree | 229bd5a1d81106f9b07c7f7c4bab2a21eff904fa /ChangeLog-98b | |
parent | 7a9132cb59255b380d1fca6e320a5a3995451d35 (diff) | |
download | ATCD-ccd25fefe4bac76684b583faa121bfaeab0dfdfe.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index bdc14cb1f45..d0612007c8e 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,5 +1,14 @@ Sat Jun 20 16:51:39 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + * ace/Reactor*: Made a slew of changes to the Reactor and it's + associated implementations so that we can integrate it + seamlessly with Chorus ClassiX IPC. Thanks to Wei Chiang for + these changes. + + * ace/Acceptor.cpp: Added a flag that keeps track of whether we should + use select() in the Acceptor. This makes it easier to integrate + this stuff with Chorus IPC. Thanks to Wei Chiang for this. + * examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: Removed the trailing 0 to the send() operation to (1) avoid overload ambiguity and (2) to use write() rather than send()! Thanks to Chris Healey |