From 5e9b32b439627068a0292370fe595220dbfc95a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Sep 1995 19:27:15 +0000 Subject: posix support initially added --- cpukit/score/include/rtems/score/tqdata.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cpukit/score/include/rtems/score/tqdata.h') diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h index 128c4183a3..790f31e317 100644 --- a/cpukit/score/include/rtems/score/tqdata.h +++ b/cpukit/score/include/rtems/score/tqdata.h @@ -21,9 +21,9 @@ extern "C" { #endif -#include -#include -#include +#include +#include +#include /* * The following enumerated type details all of the disciplines @@ -52,6 +52,7 @@ typedef struct { Thread_queue_Disciplines discipline; /* queue discipline */ States_Control state; /* state of threads on Thread_q */ unsigned32 timeout_status; + unsigned32 count; } Thread_queue_Control; /* @@ -81,7 +82,7 @@ STATIC INLINE boolean _Thread_queue_Is_reverse_search ( Priority_Control the_priority ); -#include +#include #ifdef __cplusplus } -- cgit v1.2.3