summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 14:48:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 14:48:17 +0000
commitbebf0438d6ab8128952b425ee735b2835bcfe668 (patch)
tree2dd7d89a7812bb584766b144fa3be8330fa26f47 /cpukit/rtems/include/rtems/rtems/ratemon.h
parent2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-bebf0438d6ab8128952b425ee735b2835bcfe668.tar.bz2
2000-09-29 Stephan Merker <merker@decrc.abb.de>
* include/rtems/rtems/ratemon.h, src/ratemonperiod.c, src/ratemontimeout.c: Add next_length field so period length can be changed by the the sequence period(X), period(not X) with no intervening cancel or expiration.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/ratemon.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index bc1036043f..51bafde19c 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/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;