summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-17 03:56:23 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-17 03:56:23 +0000
commitb15c73d60636dfed152d2d24b56db96ffb378e19 (patch)
tree5a3351aa7f384a4b646583358b2fd7d4d4f39549 /TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl
parentb45b5f4a941c54422c5e12f034079d98a2939b1e (diff)
downloadATCD-escher_x_4_9_integrated.tar.gz
*** empty log message ***escher_x_4_9_integrated
Diffstat (limited to 'TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl')
-rw-r--r--TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl6
1 files changed, 6 insertions, 0 deletions
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);
};
};