Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
sst::lf_ctxt Class Reference

Global States. More...

Public Member Functions

virtual ~lf_ctxt ()
 

Public Attributes

struct fi_info * hints
 
struct fi_info * fi
 
struct fid_fabric * fabric
 
struct fid_domain * domain
 
struct fid_pep * pep
 
struct fid_eq * peq
 
struct fid_cq * cq
 
size_t pep_addr_len
 
char pep_addr [MAX_LF_ADDR_SIZE]
 
struct fi_eq_attr eq_attr
 
struct fi_cq_attr cq_attr
 

Detailed Description

Global States.

Definition at line 69 of file lf.cpp.

Constructor & Destructor Documentation

◆ ~lf_ctxt()

virtual sst::lf_ctxt::~lf_ctxt ( )
inlinevirtual

Definition at line 92 of file lf.cpp.

Member Data Documentation

◆ cq

struct fid_cq* sst::lf_ctxt::cq

Definition at line 79 of file lf.cpp.

◆ cq_attr

struct fi_cq_attr sst::lf_ctxt::cq_attr

Definition at line 85 of file lf.cpp.

◆ domain

struct fid_domain* sst::lf_ctxt::domain

Definition at line 75 of file lf.cpp.

◆ eq_attr

struct fi_eq_attr sst::lf_ctxt::eq_attr

Definition at line 84 of file lf.cpp.

◆ fabric

struct fid_fabric* sst::lf_ctxt::fabric

Definition at line 74 of file lf.cpp.

◆ fi

struct fi_info* sst::lf_ctxt::fi

Definition at line 73 of file lf.cpp.

◆ hints

struct fi_info* sst::lf_ctxt::hints

Definition at line 72 of file lf.cpp.

◆ pep

struct fid_pep* sst::lf_ctxt::pep

Definition at line 76 of file lf.cpp.

◆ pep_addr

char sst::lf_ctxt::pep_addr[MAX_LF_ADDR_SIZE]

Definition at line 81 of file lf.cpp.

◆ pep_addr_len

size_t sst::lf_ctxt::pep_addr_len

Definition at line 80 of file lf.cpp.

◆ peq

struct fid_eq* sst::lf_ctxt::peq

Definition at line 77 of file lf.cpp.


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