Function ucp_lib_query

Source
pub unsafe extern "C" fn ucp_lib_query(
    attr: *mut ucp_lib_attr_t,
) -> ucs_status_t
Expand description

@ingroup UCP_CONTEXT @brief Get attributes of the UCP library.

This routine fetches information about the UCP library attributes.

@param [out] attr Filled with attributes of the UCP library.

@return Error code as defined by @ref ucs_status_t