Skip to content

Commit

Permalink
fix LCI_IBV_ENABLE_TD option
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Jan 25, 2024
1 parent 78b0b5d commit f69a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lci/backend/ibv/server_ibv.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void LCISD_endpoint_init(LCIS_server_t server_pp, LCIS_endpoint_t* endpoint_pp,
#endif

endpoint_p->pd = NULL;
if (single_threaded) {
if (LCI_IBV_ENABLE_TD && single_threaded) {
// allocate thread domain
struct ibv_td_init_attr td_attr;
td_attr.comp_mask = 0;
Expand Down

0 comments on commit f69a119

Please sign in to comment.