summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp')
-rw-r--r--ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp b/ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp
index 9e560409c8f..57962b86d7c 100644
--- a/ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp
+++ b/ACE/performance-tests/SCTP/SOCK_STREAM_clt.cpp
@@ -37,7 +37,8 @@ extern "C" {
// global constants
ACE_CDR::UShort const primerIterations = 100;
// ace/High_Res_Timer.h describes the need for the following.
-ACE_UINT32 const microsec_clock_scale_factor = ACE_High_Res_Timer::global_scale_factor();
+ACE_High_Res_Timer::global_scale_factor_type const microsec_clock_scale_factor =
+ ACE_High_Res_Timer::global_scale_factor();
// forward declations of functions. Bodies follow main() to improve
// file readability.