Motr  M0
nlx_xo_ep Struct Reference

#include <lnet_xo.h>

Collaboration diagram for nlx_xo_ep:
Collaboration graph

Data Fields

uint64_t xe_magic
 
struct m0_net_end_point xe_ep
 
struct nlx_core_ep_addr xe_core
 
char xe_addr [M0_NET_LNET_XEP_ADDR_LEN]
 

Detailed Description

LNet transport's internal end point structure.

Definition at line 52 of file lnet_xo.h.

Field Documentation

◆ xe_addr

char xe_addr[M0_NET_LNET_XEP_ADDR_LEN]

Memory for the string representation of the end point. The xe_ep.nep_addr field points to xe_addr.

Definition at line 66 of file lnet_xo.h.

◆ xe_core

struct nlx_core_ep_addr xe_core

LNet transport address

Definition at line 60 of file lnet_xo.h.

◆ xe_ep

struct m0_net_end_point xe_ep

embedded network end point structure.

Definition at line 57 of file lnet_xo.h.

◆ xe_magic

uint64_t xe_magic

Magic constant to validate end point

Definition at line 54 of file lnet_xo.h.


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