added Sporadic_timer field to support sporadic server

This commit is contained in:
Joel Sherrill
1996-06-06 14:52:53 +00:00
parent 7aa4671d91
commit ed10d76219
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
Watchdog_Control Sporadic_timer;
#if 0
/*

View File

@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
Watchdog_Control Sporadic_timer;
#if 0
/*

View File

@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
Watchdog_Control Sporadic_timer;
#if 0
/*