diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-10-04 03:47:34 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-10-04 03:47:34 +0000 |
commit | 2eb2fa74546baa54062ed97b1dcb5478b1b34246 (patch) | |
tree | 9fecae47a2ceeef2adfeedfeb5d6cfb7d87bc6b0 /TAO/performance-tests | |
parent | 7da8de8d8ff4aa619f42bccce2e9a7c055870fa2 (diff) | |
download | ATCD-2eb2fa74546baa54062ed97b1dcb5478b1b34246.tar.gz |
Minor fixCVS: ----------------------------------------------------------------------
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/RTCorba/Thread_Pool/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp index f371f52c45b..8eafe7c0aba 100644 --- a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp +++ b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp @@ -607,7 +607,7 @@ public: Synchronizers &synchronizers); int svc (void); - void print_stats (ACE_Sample_History history, + void print_stats (ACE_Sample_History &history, ACE_hrtime_t test_end); int setup (CORBA::Environment &ACE_TRY_ENV); void print_collective_stats (void); @@ -643,7 +643,7 @@ Continuous_Worker::Continuous_Worker (ACE_Thread_Manager &thread_manager, } void -Continuous_Worker::print_stats (ACE_Sample_History history, +Continuous_Worker::print_stats (ACE_Sample_History &history, ACE_hrtime_t test_end) { ACE_GUARD (ACE_SYNCH_MUTEX, |