From adee597960ce3c5ff0ce303ae9ac25b7eebdfe32 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 May 2000 19:45:17 +0000 Subject: Numerous changes based on comments from Stephan Wilms including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information. --- doc/user/rtmon.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/user/rtmon.t') diff --git a/doc/user/rtmon.t b/doc/user/rtmon.t index a8c359ea7d..bcfd8a6053 100644 --- a/doc/user/rtmon.t +++ b/doc/user/rtmon.t @@ -1137,11 +1137,12 @@ This directive returns status information associated with the rate monotonic period id in the following data @value{STRUCTURE}: @ifset is-C +@findex rtems_rate_monotonic_period_status @example typedef struct @{ rtems_rate_monotonic_period_states state; - unsigned32 ticks_since_last_period; - unsigned32 ticks_executed_since_last_period; + rtems_unsigned32 ticks_since_last_period; + rtems_unsigned32 ticks_executed_since_last_period; @} rtems_rate_monotonic_period_status; @end example @end ifset -- cgit v1.2.3