Function ucp_ep_query

Source
pub unsafe extern "C" fn ucp_ep_query(
    ep: ucp_ep_h,
    attr: *mut ucp_ep_attr_t,
) -> ucs_status_t
Expand description

@ingroup UCP_ENDPOINT @brief Get attributes of a given endpoint.

This routine fetches information about the endpoint.

@param [in] ep Endpoint object to query. @param [out] attr Filled with attributes of the endpoint.

@return Error code as defined by @ref ucs_status_t