We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae3d7 commit 8f8d321Copy full SHA for 8f8d321
1 file changed
libibverbs/verbs.h
@@ -570,12 +570,12 @@ enum {
570
};
571
572
enum {
573
- IBV_CREATE_CQ_SUP_WC_FLAGS = (int)IBV_WC_STANDARD_FLAGS |
574
- (int)IBV_WC_EX_WITH_COMPLETION_TIMESTAMP |
575
- (int)IBV_WC_EX_WITH_CVLAN |
576
- (int)IBV_WC_EX_WITH_FLOW_TAG |
577
- (int)IBV_WC_EX_WITH_TM_INFO |
578
- (int)IBV_WC_EX_WITH_COMPLETION_TIMESTAMP_WALLCLOCK
+ IBV_CREATE_CQ_SUP_WC_FLAGS =
+ (int)IBV_WC_STANDARD_FLAGS |
+ (int)IBV_WC_EX_WITH_COMPLETION_TIMESTAMP |
+ (int)IBV_WC_EX_WITH_CVLAN | (int)IBV_WC_EX_WITH_FLOW_TAG |
+ (int)IBV_WC_EX_WITH_TM_INFO |
+ (int)IBV_WC_EX_WITH_COMPLETION_TIMESTAMP_WALLCLOCK
579
580
581
enum ibv_wc_flags {
0 commit comments