summaryrefslogtreecommitdiff
path: root/Kokyu/Kokyu.h
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 14:51:20 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 14:51:20 +0000
commitbf3edf6d902cf401878ce494a9d642f90fd955bc (patch)
tree84a338b0623f0896c1348ae1123fc521de810bf0 /Kokyu/Kokyu.h
parent96363b5f7c7d5361c74fadbe2a68e57a334eba26 (diff)
downloadATCD-bf3edf6d902cf401878ce494a9d642f90fd955bc.tar.gz
ChangeLogTag: Wed Apr 23 09:40:26 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu/Kokyu.h')
-rw-r--r--Kokyu/Kokyu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Kokyu/Kokyu.h b/Kokyu/Kokyu.h
index 669d86f7131..72635645f48 100644
--- a/Kokyu/Kokyu.h
+++ b/Kokyu/Kokyu.h
@@ -23,6 +23,7 @@
#include "ace/Time_Value.h"
#include "ace/Auto_Ptr.h"
#include "ace/Message_Block.h"
+#include "ace/Sched_Params.h"
#include "kokyu_export.h"
@@ -110,11 +111,12 @@ namespace Kokyu
class Dispatcher_Impl;
class DSRT_Dispatcher_Impl;
- enum DSRT_Sched_t {SCHED_MIF};
+ enum DSRT_Sched_t {SCHED_MIF, SCHED_EDF};
struct DSRT_ConfigInfo
{
- DSRT_Sched_t scheduler_type_;
+ ACE_Sched_Params::Policy sched_policy_;
+ int sched_scope_;
};
typedef int guid_t;