|
Motr
M0
|
#include <net_otw_types.h>

Data Fields | |
| struct m0_net_buf_desc | bdd_desc |
| uint64_t | bdd_used |
In order to provide support for partially filled network buffers this structure can be used. bdd_used stores how much data a network buffer contains. rpc bulk fills this value.
Definition at line 46 of file net_otw_types.h.
| struct m0_net_buf_desc bdd_desc |
Definition at line 47 of file net_otw_types.h.
| uint64_t bdd_used |
Definition at line 48 of file net_otw_types.h.