Function uct_component_query

Source
pub unsafe extern "C" fn uct_component_query(
    component: uct_component_h,
    component_attr: *mut uct_component_attr_t,
) -> ucs_status_t
Expand description

@ingroup UCT_RESOURCE @brief Get component attributes

Query various attributes of a component.

@param [in] component Component handle to query attributes for. The handle can be obtained from @ref uct_query_components. @param [inout] component_attr Filled with component attributes.

@return UCS_OK if successful, or nonzero error code in case of failure.