summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/include/rtems/rtems/ratemon.h')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/ratemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/ratemon.h b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
index bc1036043f..51bafde19c 100644
--- a/c/src/exec/rtems/include/rtems/rtems/ratemon.h
+++ b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
@@ -76,6 +76,7 @@ typedef struct {
rtems_rate_monotonic_period_states state;
unsigned32 owner_ticks_executed_at_period;
unsigned32 time_at_period;
+ unsigned32 next_length;
Thread_Control *owner;
} Rate_monotonic_Control;