Struct ucs_callbackq

struct ucs_callbackq

A queue of callback to execute

Public Members

ucs_callbackq_elem_t fast_elems[UCS_CALLBACKQ_FAST_COUNT + 1]

Array of fast-path element, the last is reserved as a sentinel to mark array end.

ucs_callbackq_priv_t *priv

Private data, which we don’t want to expose in API to avoid pulling more header files