summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:06:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:06:49 +0000
commite17ffea65702a14cc0b252b94533f3354a351b61 (patch)
treeae4349a5c50ada68671c61b1664393e8dd63bcb6 /c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
parentChanged Task_Entry_Point to Task_Entry to be correct per 4.0.0. (diff)
downloadrtems-e17ffea65702a14cc0b252b94533f3354a351b61.tar.bz2
Changed to variable length messages.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/tmtest.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads b/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
index 5b89688b2c..52b4da559d 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
@@ -29,6 +29,19 @@ with System.Storage_Elements;
package TMTEST is
--
+-- Buffer Record similar to that used by RTEMS 3.2.1. Using this
+-- avoids changes to the test.
+--
+
+ type BUFFER is
+ record
+ FIELD1 : RTEMS.UNSIGNED32; -- TEMPORARY UNTIL VARIABLE LENGTH
+ FIELD2 : RTEMS.UNSIGNED32;
+ FIELD3 : RTEMS.UNSIGNED32;
+ FIELD4 : RTEMS.UNSIGNED32;
+ end record;
+
+--
-- These arrays contain the IDs and NAMEs of all RTEMS tasks created
-- by this test.
--