Skip to content

Commit

Permalink
DAOS-14544 rsvc: crt tree type usgae fix
Browse files Browse the repository at this point in the history
It is likely that a simplified implementation was used in the early
stages of the project and updates were ignored in the future, i think a
fix is needed.

Signed-off-by: shiying <yshi1210@gmail.com>
Signed-off-by: Li Wei <wei.g.li@intel.com>
Required-githooks: true
  • Loading branch information
yyyshi authored and liw committed Jul 29, 2024
1 parent 1eb3482 commit fea0dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsvc/srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ bcast_create(crt_opcode_t opc, bool filter_invert, d_rank_list_t *filter_ranks,
NULL /* co_bulk_hdl */, NULL /* priv */,
filter_invert ?
CRT_RPC_FLAG_FILTER_INVERT : 0,
crt_tree_topo(CRT_TREE_FLAT, 0), rpc);
crt_tree_topo(CRT_TREE_KNOMIAL, 2), rpc);
}

/**
Expand Down

0 comments on commit fea0dff

Please sign in to comment.