Struct ucp_err_handlerΒΆ

struct ucp_err_handler

UCP endpoint error handling context.

This structure should be initialized in ucp_ep_params_t to handle peer failure

Public Members

ucp_err_handler_cb_t cb

Error handler callback, if NULL, will not be called.

void *arg

User defined argument associated with an endpoint, it will be overridden by ucp_ep_params_t::user_data if both are set.