Changeset c0d405ca in rtems


Ignore:
Timestamp:
01/05/00 22:13:15 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
28adcfd
Parents:
fc20c53
Message:

Added new message priority parameter as returned by core support routine.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/itron/src/trcv_mbf.c

    rfc20c53 rc0d405ca  
    2828)
    2929{
    30   ITRON_Message_buffer_Control  *the_message_buffer;
    31   Objects_Locations              location;
    32   CORE_message_queue_Status      status;
    33   boolean                        wait;
    34   Watchdog_Interval              interval;
     30  ITRON_Message_buffer_Control   *the_message_buffer;
     31  Objects_Locations               location;
     32  CORE_message_queue_Status       status;
     33  boolean                         wait;
     34  Watchdog_Interval               interval;
     35  CORE_message_queue_Submit_types core_priority;
    3536
    3637  interval = 0;
     
    6263          p_msgsz,
    6364          wait,
     65          &core_priority,
    6466          interval
    6567      );
  • cpukit/itron/src/trcv_mbf.c

    rfc20c53 rc0d405ca  
    2828)
    2929{
    30   ITRON_Message_buffer_Control  *the_message_buffer;
    31   Objects_Locations              location;
    32   CORE_message_queue_Status      status;
    33   boolean                        wait;
    34   Watchdog_Interval              interval;
     30  ITRON_Message_buffer_Control   *the_message_buffer;
     31  Objects_Locations               location;
     32  CORE_message_queue_Status       status;
     33  boolean                         wait;
     34  Watchdog_Interval               interval;
     35  CORE_message_queue_Submit_types core_priority;
    3536
    3637  interval = 0;
     
    6263          p_msgsz,
    6364          wait,
     65          &core_priority,
    6466          interval
    6567      );
Note: See TracChangeset for help on using the changeset viewer.