forked from Imagelibrary/rtems
added ss_high_priority field to support sporadic server.
This commit is contained in:
@@ -15,6 +15,7 @@ typedef struct {
|
|||||||
Thread_queue_Control Join_List;
|
Thread_queue_Control Join_List;
|
||||||
int schedpolicy;
|
int schedpolicy;
|
||||||
struct sched_param schedparam;
|
struct sched_param schedparam;
|
||||||
|
int ss_high_priority;
|
||||||
Watchdog_Control Sporadic_timer;
|
Watchdog_Control Sporadic_timer;
|
||||||
|
|
||||||
sigset_t signals_blocked;
|
sigset_t signals_blocked;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ typedef struct {
|
|||||||
Thread_queue_Control Join_List;
|
Thread_queue_Control Join_List;
|
||||||
int schedpolicy;
|
int schedpolicy;
|
||||||
struct sched_param schedparam;
|
struct sched_param schedparam;
|
||||||
|
int ss_high_priority;
|
||||||
Watchdog_Control Sporadic_timer;
|
Watchdog_Control Sporadic_timer;
|
||||||
|
|
||||||
sigset_t signals_blocked;
|
sigset_t signals_blocked;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ typedef struct {
|
|||||||
Thread_queue_Control Join_List;
|
Thread_queue_Control Join_List;
|
||||||
int schedpolicy;
|
int schedpolicy;
|
||||||
struct sched_param schedparam;
|
struct sched_param schedparam;
|
||||||
|
int ss_high_priority;
|
||||||
Watchdog_Control Sporadic_timer;
|
Watchdog_Control Sporadic_timer;
|
||||||
|
|
||||||
sigset_t signals_blocked;
|
sigset_t signals_blocked;
|
||||||
|
|||||||
Reference in New Issue
Block a user