mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
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