Struct ucp_ep_attrΒΆ

struct ucp_ep_attr

UCP endpoint attributes.

The structure defines the attributes that characterize the particular endpoint.

Public Members

uint64_t field_mask

Mask of valid fields in this structure, using bits from ucp_ep_attr_field. Fields not specified in this mask will be ignored. Provides ABI compatibility with respect to adding new fields.

char name[UCP_ENTITY_NAME_MAX]

Endpoint name. Tracing and analysis tools can identify the endpoint using this name.