summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/thread.h')
-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 */