From b15c73d60636dfed152d2d24b56db96ffb378e19 Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 17 Apr 2006 03:56:23 +0000 Subject: *** empty log message *** --- TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl | 6 ++++++ TAO/CIAO/ciao/NodeApplicationManager.idl | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl b/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl index 2b433a16100..034929e86bf 100644 --- a/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl +++ b/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl @@ -24,5 +24,11 @@ module CIAO // Shutdown the daemon process. oneway void shutdown (); + + /// RACE specific extension. + /// Modify the priority of a node application process. + long set_priority (in string plan_id, + in string cid, + in ::Deployment::Sched_Params nm_params); }; }; diff --git a/TAO/CIAO/ciao/NodeApplicationManager.idl b/TAO/CIAO/ciao/NodeApplicationManager.idl index 63c64b23785..1c3e33ad05b 100644 --- a/TAO/CIAO/ciao/NodeApplicationManager.idl +++ b/TAO/CIAO/ciao/NodeApplicationManager.idl @@ -40,6 +40,10 @@ module Deployment { /// CIAO speicfic operation to set the information of /// "shared components" (through NodeManager) void set_shared_components (in ComponentPlans components); + + /// CIAO specific function to set priority + /// o component , required by RACE + long set_priority (in string cid , in Sched_Params params); }; }; -- cgit v1.2.1