|
asrt
Automated System Runtime Testing library
|
Intrusive FIFO of outgoing send requests. More...
#include <chann.h>
Public Attributes | |
| struct asrt_send_req * | head |
| Oldest pending request (next to transmit). | |
| struct asrt_send_req * | tail |
| Newest pending request. | |
Intrusive FIFO of outgoing send requests.
Shared between a module and the transport layer: the module enqueues, the transport dequeues and sends.