summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-18 14:15:06 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-18 14:15:06 +0000
commitcfae016e31513eab0a9c261f47780911f6974af0 (patch)
tree0d48d1e13a374a38d96beb9e91f49c38ecca595e /TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
parentb26dd16954bce89a991c475ffff14e5d30ecfa88 (diff)
downloadATCD-cfae016e31513eab0a9c261f47780911f6974af0.tar.gz
ChangeLogTag: Wed Jun 18 14:15:04 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
index b2c5b220a1f..0cf79f7e6a2 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
@@ -156,7 +156,7 @@ Client::svc (void)
//ACE_DEBUG ((LM_DEBUG, "...finished\n"));
- long dur = measured.sec () * 1000000 + measured.usec ();
+ time_t dur = measured.sec () * 1000000 + measured.usec ();
if (dur == 0)
ACE_DEBUG ((LM_DEBUG, "Time not measurable, calculation skipped\n"));
else