pub unsafe extern "C" fn uct_cm_query(
cm: uct_cm_h,
cm_attr: *mut uct_cm_attr_t,
) -> ucs_status_tExpand description
@ingroup UCT_CLIENT_SERVER @brief Get connection manager attributes.
This routine queries the @ref uct_cm_h “cm” for its attributes @ref uct_cm_attr_t.
@param [in] cm Connection manager to query. @param [out] cm_attr Filled with connection manager attributes.