Type Alias ucp_ep_h

Source
pub type ucp_ep_h = *mut ucp_ep;
Expand description

@ingroup UCP_ENDPOINT @brief UCP Endpoint

The endpoint handle is an opaque object that is used to address a remote @ref ucp_worker_h “worker”. It typically provides a description of source, destination, or both. All UCP communication routines address a destination with the endpoint handle. The endpoint handle is associated with only one @ref ucp_context_h “UCP context”. UCP provides the @ref ucp_ep_create “endpoint create” routine to create the endpoint handle and the @ref ucp_ep_destroy “destroy” routine to destroy the endpoint handle.