struct tad_recv_op_context
Overview
TAD Receiver stop/wait/get context data. More…
#include <tad_recv.h> struct tad_recv_op_context { // fields tad_reply_context reply_ctx; tad_traffic_op_t op; // methods TAILQ_ENTRY(tad_recv_op_context); };
Detailed Documentation
TAD Receiver stop/wait/get context data.
Fields
tad_reply_context reply_ctx
Reply context
tad_traffic_op_t op
Operation
Methods
TAILQ_ENTRY(tad_recv_op_context)
List links