Function ucp_worker_query

Source
pub unsafe extern "C" fn ucp_worker_query(
    worker: ucp_worker_h,
    attr: *mut ucp_worker_attr_t,
) -> ucs_status_t
Expand description

@ingroup UCP_WORKER @brief Get attributes specific to a particular worker.

This routine fetches information about the worker.

@param [in] worker Worker object to query. @param [out] attr Filled with attributes of worker.

@return Error code as defined by @ref ucs_status_t