Motr  M0
m0_net_buffer_callbacks Struct Reference

#include <net.h>

Collaboration diagram for m0_net_buffer_callbacks:
Collaboration graph

Data Fields

m0_net_buffer_cb_proc_t nbc_cb [M0_NET_QT_NR]
 

Detailed Description

This data structure contains application callback function pointers for buffer completion callbacks, one function per type of buffer queue.

Applications should provide a pointer to an instance of such a structure in the nb_callbacks field of the struct m0_net_buffer. Multiple objects can point to a single instance of such a structure.

See also
m0_net_buffer_event_post() for the concurrency semantics.

Definition at line 1271 of file net.h.

Field Documentation

◆ nbc_cb

Definition at line 1272 of file net.h.


The documentation for this struct was generated from the following file: