summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2000-01-05 17:18:51 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2000-01-05 17:18:51 +0000
commit466b8882ce446f89f954e5c38d73f4090e55a42b (patch)
tree3943f9d9b3809f8d7409dd2f063c92636c91fbc4 /cpukit/score/src
parent+ Added return of the message priority. (diff)
downloadrtems-466b8882ce446f89f954e5c38d73f4090e55a42b.tar.bz2
Added the recording of the submit type.
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/coremsgsubmit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index db81013824..9b4a9d9d3c 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -81,6 +81,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
size
);
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
+ the_thread->Wait.count = submit_type;
#if defined(RTEMS_MULTIPROCESSING)
if ( !_Objects_Is_local_id( the_thread->Object.id ) )