Motr  M0
m0_net_test_cmd_buf_status Struct Reference

#include <commands.h>

Collaboration diagram for m0_net_test_cmd_buf_status:
Collaboration graph

Data Fields

struct m0_net_end_pointntcbs_ep
 
int ntcbs_buf_status
 
bool ntcbs_in_recv_queue
 

Detailed Description

Definition at line 223 of file commands.h.

Field Documentation

◆ ntcbs_buf_status

int ntcbs_buf_status

buffer status, m0_net_buffer_event.nbe_status in buffer callback

Definition at line 230 of file commands.h.

◆ ntcbs_ep

struct m0_net_end_point* ntcbs_ep

m0_net_end_point_get() in message receive callback. m0_net_end_point_put() in m0_net_test_commands_recv().

Definition at line 228 of file commands.h.

◆ ntcbs_in_recv_queue

bool ntcbs_in_recv_queue

buffer was added to the receive queue

Definition at line 232 of file commands.h.


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