summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Throughput/Receiver.cpp')
-rw-r--r--TAO/performance-tests/Throughput/Receiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.cpp b/TAO/performance-tests/Throughput/Receiver.cpp
index 79ac824f5d4..f4a90012325 100644
--- a/TAO/performance-tests/Throughput/Receiver.cpp
+++ b/TAO/performance-tests/Throughput/Receiver.cpp
@@ -39,7 +39,7 @@ Receiver::receive_data (const Test::Message &the_message
}
this->last_message_id_ = the_message.message_id;
}
- this->message_count_++;
+ ++this->message_count_;
this->byte_count_ += the_message.the_payload.length ();
this->last_message_time_ = now;
}