|
Motr
M0
|

Data Fields | |
| struct m0_mutex | ne_lock |
| struct m0_tl | ne_queue |
| struct m0_tl | ne_src |
| m0_time_t | ne_last |
| void(* | ne_callback )(struct m0_addb2_net *, void *) |
| void * | ne_datum |
| void(* ne_callback) (struct m0_addb2_net *, void *) |
| void* ne_datum |
Datum passed to the m0_addb2_net::ne_callback() callback.
| m0_time_t ne_last |
Time when a trace was sent out last time.
Used by m0_addb2_net_tick() to decide when to push traces out.
| struct m0_tl ne_queue |
Queue of pending trace objects, linked via m0_addb2_trace_obj::o_linkage.
| struct m0_tl ne_src |
List of connections linked via source::s_linkage.