summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-05 14:45:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-05 14:45:45 +0000
commit98162c35fb7e48ba17c03356a0eda844d59d84de (patch)
treea6bc7b0332ffbec40143dc228bbeaaa505489ae6 /c/src/exec/score/headers
parentrenamed Schedule to schedparam in the posix api control information. (diff)
downloadrtems-98162c35fb7e48ba17c03356a0eda844d59d84de.tar.bz2
added boolean to indicate whether or not the stack area was provided
by the api.
Diffstat (limited to 'c/src/exec/score/headers')
-rw-r--r--c/src/exec/score/headers/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h
index a6c7591266..a0fa5059be 100644
--- a/c/src/exec/score/headers/thread.h
+++ b/c/src/exec/score/headers/thread.h
@@ -70,6 +70,7 @@ typedef struct {
boolean is_timeslice;
unsigned32 isr_level;
Priority_Control initial_priority; /* initial priority */
+ boolean core_allocated_stack;
Stack_Control Initial_stack; /* stack information */
void *fp_context; /* initial FP context area address */
void *stack; /* initial FP context area address */