Changeset dbb7c956 in rtems


Ignore:
Timestamp:
09/15/21 09:44:40 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
9e30a716
Parents:
691d0ed
git-author:
Sebastian Huber <sebastian.huber@…> (09/15/21 09:44:40)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/16/21 07:36:00)
Message:

rtems: Fix message manager documentation

Correct the description of the count parameter of
rtems_message_queue_flush().

Update #4508.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/rtems/message.h

    r691d0ed rdbb7c956  
    862862 *
    863863 * @param[out] count is the pointer to an uint32_t object.  When the directive
    864  *   call is successful, the number of unblocked tasks will be stored in this
    865  *   object.
     864 *   call is successful, the number of pending messages removed from the queue
     865 *   will be stored in this object.
    866866 *
    867867 * This directive removes all pending messages from the queue specified by
Note: See TracChangeset for help on using the changeset viewer.