Changeset 28adcfd in rtems


Ignore:
Timestamp:
01/05/00 22:14:09 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4bcbf89c
Parents:
c0d405ca
Message:

Added message priority parameter returned by core support routine.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/src/msgqreceive.c

    rc0d405ca r28adcfd  
    6161  Objects_Locations               location;
    6262  boolean                         wait;
    63 
     63  CORE_message_queue_Submit_types core_priority;
     64 
    6465  the_message_queue = _Message_queue_Get( id, &location );
    6566  switch ( location ) {
     
    9293        size,
    9394        wait,
     95        &core_priority,
    9496        timeout
    9597      );
  • cpukit/rtems/src/msgqreceive.c

    rc0d405ca r28adcfd  
    6161  Objects_Locations               location;
    6262  boolean                         wait;
    63 
     63  CORE_message_queue_Submit_types core_priority;
     64 
    6465  the_message_queue = _Message_queue_Get( id, &location );
    6566  switch ( location ) {
     
    9293        size,
    9394        wait,
     95        &core_priority,
    9496        timeout
    9597      );
Note: See TracChangeset for help on using the changeset viewer.