summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-13 15:20:16 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-13 15:20:16 +0000
commitb37cc20893462928f6a3c09b6aefd53bbe6bcd95 (patch)
tree8773862418c9413643e66e83aa5cdf069c64ccff
parent272befceb7e2a522a11e4f0c8430e77b3cda0e4a (diff)
downloadATCD-b37cc20893462928f6a3c09b6aefd53bbe6bcd95.tar.gz
ChangeLogTag:Mon May 13 10:19:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/Message_Block.cpp2
4 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6011f81da3a..e1e846be293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 13 10:19:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Message_Block.cpp: Fixed a fuzz warning.
+
Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/Proactor_Test.cpp:
@@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
sent/recv and the number of read/write operations. This allows
to see distribution of I/O operations between handlers. Would be
useful for Proactor's future improvements.
-
+
Impoved scatter/gather branch under Win32. Instead of splitting
one message into 3 small blocks we now send them as a
chain. This helps to improve performance.
-
+
Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
* ACEXML/examples/SAXPrint/main.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 6011f81da3a..e1e846be293 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Mon May 13 10:19:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Message_Block.cpp: Fixed a fuzz warning.
+
Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/Proactor_Test.cpp:
@@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
sent/recv and the number of read/write operations. This allows
to see distribution of I/O operations between handlers. Would be
useful for Proactor's future improvements.
-
+
Impoved scatter/gather branch under Win32. Instead of splitting
one message into 3 small blocks we now send them as a
chain. This helps to improve performance.
-
+
Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
* ACEXML/examples/SAXPrint/main.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6011f81da3a..e1e846be293 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Mon May 13 10:19:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Message_Block.cpp: Fixed a fuzz warning.
+
Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/Proactor_Test.cpp:
@@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
sent/recv and the number of read/write operations. This allows
to see distribution of I/O operations between handlers. Would be
useful for Proactor's future improvements.
-
+
Impoved scatter/gather branch under Win32. Instead of splitting
one message into 3 small blocks we now send them as a
chain. This helps to improve performance.
-
+
Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
* ACEXML/examples/SAXPrint/main.cpp:
diff --git a/ace/Message_Block.cpp b/ace/Message_Block.cpp
index 45b23a7197a..290c1a57256 100644
--- a/ace/Message_Block.cpp
+++ b/ace/Message_Block.cpp
@@ -223,7 +223,7 @@ void
ACE_Message_Block::total_size_and_length (size_t &mb_size,
size_t &mb_length) const
{
- ACE_TRACE ("ACE_Message_Block::total_size");
+ ACE_TRACE ("ACE_Message_Block::total_size_and_length");
for (const ACE_Message_Block *i = this;
i != 0;