summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp
index 1495b302278..0a06fee6a54 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp
@@ -105,8 +105,8 @@ TAO_EC_Kokyu_Dispatching::push_nocopy (TAO_EC_ProxyPushSupplier* proxy,
Kokyu::QoSDescriptor qosd;
qosd.preemption_priority_ = qos_info.preemption_priority;
qosd.deadline_ = rt_info->period;
- qosd.execution_time_ =
- ORBSVCS_Time::TimeT_to_Time_Value (rt_info->worst_case_execution_time);
+ ORBSVCS_Time::TimeT_to_Time_Value (qosd.execution_time_,
+ rt_info->worst_case_execution_time);
this->dispatcher_->dispatch(cmd,qosd);
}