summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Interfaces/NodeManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Interfaces/NodeManager.idl')
-rw-r--r--TAO/CIAO/DAnCE/Interfaces/NodeManager.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/CIAO/DAnCE/Interfaces/NodeManager.idl b/TAO/CIAO/DAnCE/Interfaces/NodeManager.idl
index ea964a4e14b..75f1dc617ea 100644
--- a/TAO/CIAO/DAnCE/Interfaces/NodeManager.idl
+++ b/TAO/CIAO/DAnCE/Interfaces/NodeManager.idl
@@ -19,10 +19,16 @@ module CIAO
*/
interface NodeManager : Deployment::NodeManager
{
- // Canonical name of this daemon
+ /// Canonical name of this daemon
readonly attribute string name;
- // Shutdown the daemon process.
+ /// 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);
};
};