UCX  1.18
Unified Communication X
callbackq_compat.h
1 
7 #ifndef UCS_CALLBACKQ_COMPAT_H
8 #define UCS_CALLBACKQ_COMPAT_H
9 
10 #include <ucs/sys/compiler_def.h>
11 
12 
18  UCS_CALLBACKQ_FLAG_FAST = UCS_BIT(0),
21 };
22 
23 #endif
Definition: callbackq_compat.h:18
Definition: callbackq_compat.h:19
ucs_callbackq_flags
Definition: callbackq_compat.h:17