Motr  M0
m0_net_tm_callbacks Struct Reference

#include <net.h>

Collaboration diagram for m0_net_tm_callbacks:
Collaboration graph

Data Fields

void(* ntc_event_cb )(const struct m0_net_tm_event *ev)
 

Detailed Description

Callbacks associated with a transfer machine. Multiple transfer machines can reference an instance of this structure.

Definition at line 746 of file net.h.

Field Documentation

◆ ntc_event_cb

void(* ntc_event_cb) (const struct m0_net_tm_event *ev)

Event callback.

Parameters
evPointer to the transfer machine event. The pointer is not valid after return from the subroutine.

Definition at line 752 of file net.h.


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