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