Function ucp_conn_request_query

Source
pub unsafe extern "C" fn ucp_conn_request_query(
    conn_request: ucp_conn_request_h,
    attr: *mut ucp_conn_request_attr_t,
) -> ucs_status_t
Expand description

@ingroup UCP_WORKER @brief Get attributes specific to a particular connection request received on the server side.

This routine fetches information about the connection request.

@param [in] conn_request connection request object to query. @param [out] attr Filled with attributes of the connection request.

@return Error code as defined by @ref ucs_status_t