summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ffbd825265..51e0583c0d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Tue Aug 23 22:56:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/Dev_Poll_Reactor.cpp (close):
+
+ Removed unnecessary zeroing of underlying epoll data structure
+ array.
+
+ Deallocate epoll event data structure array and /dev/poll event
+ handler file descriptor array after closing the epoll and
+ /dev/poll file descriptor to ensure consistent finalization of
+ resources, respectively, to prevent potential destruction of
+ event resources while waiting for events in another thread.
+ It's not clear whether such a scenario will occur since a lock
+ is current held but better to be consistent.
+
Tue Aug 23 22:35:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Array_Map_Test.cpp (reference_count_test):