summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp b/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp
index 489cd5a606c..4c06d23febc 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp
@@ -24,8 +24,24 @@ Client_Group::init (CORBA::Long experiment_id,
PortableServer::POA_ptr supplier_poa,
PortableServer::POA_ptr consumer_poa)
{
+ this->init (experiment_id, base_event_type, 1,
+ iterations, workload_in_usecs, gsf,
+ supplier_poa, consumer_poa);
+}
+
+void
+Client_Group::init (CORBA::Long experiment_id,
+ CORBA::Long base_event_type,
+ CORBA::Long event_type_range,
+ CORBA::ULong iterations,
+ CORBA::Long workload_in_usecs,
+ ACE_UINT32 gsf,
+ PortableServer::POA_ptr supplier_poa,
+ PortableServer::POA_ptr consumer_poa)
+{
this->client_pair_.init (experiment_id,
base_event_type,
+ event_type_range,
iterations,
workload_in_usecs,
gsf,