summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/percpu.h')
-rw-r--r--cpukit/include/rtems/score/percpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 712d1cde36..22c5c30a00 100644
--- a/cpukit/include/rtems/score/percpu.h
+++ b/cpukit/include/rtems/score/percpu.h
@@ -69,6 +69,8 @@ extern "C" {
#if !defined( ASM )
+struct Record_Control;
+
struct _Thread_Control;
struct Scheduler_Context;
@@ -513,6 +515,8 @@ typedef struct Per_CPU_Control {
bool boot;
#endif
+ struct Record_Control *record;
+
Per_CPU_Stats Stats;
} Per_CPU_Control;