RTEMS Logo

RTEMS 4.7.99.2 On-Line Library


Multiprocessing Manager RETURN_PACKET

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

24.3.3: RETURN_PACKET

The RETURN_PACKET component of the user-provided MPCI layer is called when RTEMS needs to release a packet to the free packet buffer pool. This component should be adhere to the following prototype:

procedure User_MPCI_Return_Packet (
   Packet : in     RTEMS.Packet_Prefix_Pointer
);

where packet is the address of a packet. If the packet cannot be successfully returned, the fatal error manager should be invoked.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2004 OAR Corporation