summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 14:52:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 14:52:53 +0000
commited10d76219aa602497153b9f8c7f100e53c31c5f (patch)
tree5bf57a8830a3cea8c5c6c5cb71bc0ac51be0fd09 /c
parentadded cpu_time_budget field to Thread_Control and removed the global variable (diff)
downloadrtems-ed10d76219aa602497153b9f8c7f100e53c31c5f.tar.bz2
added Sporadic_timer field to support sporadic server
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/headers/threadsup.h1
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/threadsup.h b/c/src/exec/posix/headers/threadsup.h
index 195fd1a5da..c16cf728d6 100644
--- a/c/src/exec/posix/headers/threadsup.h
+++ b/c/src/exec/posix/headers/threadsup.h
@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
+ Watchdog_Control Sporadic_timer;
#if 0
/*
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index 195fd1a5da..c16cf728d6 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
+ Watchdog_Control Sporadic_timer;
#if 0
/*