Motr  M0
ep.c File Reference
#include "lib/assert.h"
#include "lib/errno.h"
#include "lib/finject.h"
#include "net/net_internal.h"
#include "motr/magic.h"
#include "lib/trace.h"
Include dependency graph for ep.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_NET
 

Functions

 M0_TL_DESCR_DEFINE (m0_nep, "net end points", M0_INTERNAL, struct m0_net_end_point, nep_tm_linkage, nep_magix, M0_NET_NEP_MAGIC, M0_NET_NEP_HEAD_MAGIC)
 
 M0_TL_DEFINE (m0_nep, M0_INTERNAL, struct m0_net_end_point)
 
M0_INTERNAL bool m0_net__ep_invariant (struct m0_net_end_point *ep, struct m0_net_transfer_mc *tm, bool under_tm_mutex)
 
M0_INTERNAL int m0_net_end_point_create (struct m0_net_end_point **epp, struct m0_net_transfer_mc *tm, const char *addr)
 
M0_INTERNAL void m0_net_end_point_get (struct m0_net_end_point *ep)
 
void m0_net_end_point_put (struct m0_net_end_point *ep)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_NET

Definition at line 29 of file ep.c.