summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-08 13:37:32 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-08 13:37:32 +0000
commit708d73be50f8d9e2f0df7d4a77a40046ec75638a (patch)
tree9789dfd801f9431f5c26d6f8e5cb9f90a47e864c
parent47085d72b9a34b63d500937016284874d0996385 (diff)
downloadATCD-708d73be50f8d9e2f0df7d4a77a40046ec75638a.tar.gz
TAO_1_2_1 merge
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl
index e533d31697c..f883050ad58 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl
@@ -33,7 +33,8 @@ module Control
/// Run the test using the prescribed number of iterations
Samples run_experiment (in long experiment_id,
- in long iterations);
+ in long iterations,
+ out long gsf);
/// Shutdown the peer
void shutdown ();