From ed10d76219aa602497153b9f8c7f100e53c31c5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jun 1996 14:52:53 +0000 Subject: added Sporadic_timer field to support sporadic server --- c/src/exec/posix/headers/threadsup.h | 1 + c/src/exec/posix/include/rtems/posix/threadsup.h | 1 + cpukit/posix/include/rtems/posix/threadsup.h | 1 + 3 files changed, 3 insertions(+) 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 /* diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index 195fd1a5da..c16cf728d6 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/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 /* -- cgit v1.2.3