summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/monitor/symbols.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
commit5beb5624503e6141a30e589da8a2fd24fc33f483 (patch)
tree17d712ea66a9f439898edaaf6f963205c6a48bfa /c/src/libmisc/monitor/symbols.h
parentAdded Monitor test. (diff)
downloadrtems-5beb5624503e6141a30e589da8a2fd24fc33f483.tar.bz2
Cleaned up as part of adding the Monitor test.
Diffstat (limited to '')
-rw-r--r--c/src/libmisc/monitor/symbols.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/c/src/libmisc/monitor/symbols.h b/c/src/libmisc/monitor/symbols.h
index 061ccdd952..119c879d54 100644
--- a/c/src/libmisc/monitor/symbols.h
+++ b/c/src/libmisc/monitor/symbols.h
@@ -31,12 +31,10 @@ typedef struct rtems_symbol_string_block_s {
typedef struct {
- rtems_unsigned32 sorted; /* are symbols sorted right now? */
-
- rtems_unsigned32 growth_factor; /* % to grow by when needed */
-
- rtems_unsigned32 next; /* next symbol slot to use when adding */
- rtems_unsigned32 size; /* max # of symbols */
+ rtems_unsigned32 sorted; /* are symbols sorted right now? */
+ rtems_unsigned32 growth_factor; /* % to grow by when needed */
+ rtems_unsigned32 next; /* next symbol slot to use when adding */
+ rtems_unsigned32 size; /* max # of symbols */
/*
* Symbol list -- sorted by address (when we do a lookup)