From f55d898c6bd685a61149d0e5b1a7e3ec3a6fb6c0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Aug 1996 16:51:14 +0000 Subject: added ss_high_priority 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 e886fdf31f..bb800a507f 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; + int ss_high_priority; Watchdog_Control Sporadic_timer; sigset_t signals_blocked; diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index e886fdf31f..bb800a507f 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; + int ss_high_priority; Watchdog_Control Sporadic_timer; sigset_t signals_blocked; diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index e886fdf31f..bb800a507f 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; + int ss_high_priority; Watchdog_Control Sporadic_timer; sigset_t signals_blocked; -- cgit v1.2.3