LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches

Get a packet for writing user payload from the packet pool. More...

Collaboration diagram for get_upacket:

Classes

class  lci::get_upacket_x
 The actual implementation for get_upacket. More...
 

Detailed Description

Get a packet for writing user payload from the packet pool.

The packet will be automatically returned to the packet pool when the communication is done.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]packet_poolof type packet_pool_t; optional argument; The packet pool to get the packet.
Returns
of type void*; The packet to use.