summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/EC_Federated_Latency/Control.idl')
-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 ();