summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm10/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/tm10/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/tm10/tmtest.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tm10/tmtest.ads b/c/src/ada-tests/tmtests/tm10/tmtest.ads
index c5d6372aa6..9268fa8bac 100644
--- a/c/src/ada-tests/tmtests/tm10/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm10/tmtest.ads
@@ -27,6 +27,19 @@ with RTEMS;
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;
+
+--
-- The following is the ID of the message queue used for timing operations.
--