summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RtecScheduler.idl
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 21:50:32 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 21:50:32 +0000
commit775a609e72f919198722271aa492526f28116898 (patch)
treee2e031f035f0054fa0bb89d77985a9fa1e81116e /TAO/orbsvcs/orbsvcs/RtecScheduler.idl
parentc70214e18e957d620e3f7e8b7e1588374b1edf94 (diff)
downloadATCD-775a609e72f919198722271aa492526f28116898.tar.gz
dynamic scheduler integration
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RtecScheduler.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecScheduler.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RtecScheduler.idl b/TAO/orbsvcs/orbsvcs/RtecScheduler.idl
index 11efec1faa0..b2efd5d2d79 100644
--- a/TAO/orbsvcs/orbsvcs/RtecScheduler.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecScheduler.idl
@@ -118,12 +118,15 @@ module RtecScheduler
// The operations we depend upon.
Dependency_Set dependencies;
- // The OS por processing the events generated
- // from this RT_Info.
+ // The OS thread priority for processing the
+ // events generated from this RT_Info.
OS_Priority priority;
- // For ordering RT_Info's with equal priority.
- Sub_Priority dynamic_subpriority;
+ // For ordering RT_Info's with equal priority.
+ Sub_Priority dynamic_subpriority;
+// this is not really a fixed attribute of the RT_Info,
+// but rather a value dynamically computed at run-time
+// TBD - remove this field
// For ordering RT_Info's with equal priority.
Sub_Priority static_subpriority;