Motr  M0
m0_net_bulk_mem_end_point Struct Reference

#include <mem_xprt.h>

Collaboration diagram for m0_net_bulk_mem_end_point:
Collaboration graph

Data Fields

uint64_t xep_magic
 
struct sockaddr_in xep_sa
 
uint32_t xep_service_id
 
struct m0_net_end_point xep_ep
 
char xep_addr [M0_NET_BULK_MEM_XEP_ADDR_LEN]
 

Detailed Description

End point. It tracks an IP/port number address.

Definition at line 239 of file mem_xprt.h.

Field Documentation

◆ xep_addr

Storage for the printable address

Definition at line 255 of file mem_xprt.h.

◆ xep_ep

struct m0_net_end_point xep_ep

Externally visible end point in the domain.

Definition at line 252 of file mem_xprt.h.

◆ xep_magic

uint64_t xep_magic

Magic constant to validate end point

Definition at line 241 of file mem_xprt.h.

◆ xep_sa

struct sockaddr_in xep_sa

Socket address

Definition at line 244 of file mem_xprt.h.

◆ xep_service_id

uint32_t xep_service_id

Service id. Set to 0 in the in-memory transport but usable in derived transports.

Definition at line 249 of file mem_xprt.h.


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