added ss_high_priority field to support sporadic server.

This commit is contained in:
Joel Sherrill
1996-08-08 16:51:14 +00:00
parent 644c0fa618
commit f55d898c6b
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;
int ss_high_priority;
Watchdog_Control Sporadic_timer;
sigset_t signals_blocked;

View File

@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
int ss_high_priority;
Watchdog_Control Sporadic_timer;
sigset_t signals_blocked;

View File

@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
int ss_high_priority;
Watchdog_Control Sporadic_timer;
sigset_t signals_blocked;