Skip to content

Commit

Permalink
Merge pull request #10287 from shasson5/dci2
Browse files Browse the repository at this point in the history
UCT/DC: Convert dcis array to use new index typedef
  • Loading branch information
yosefe authored Nov 9, 2024
2 parents ec4407f + 25065a2 commit 413719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ib/mlx5/dc/dc_mlx5.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ typedef struct {
} uct_dc_mlx5_dci_pool_t;


UCS_ARRAY_DECLARE_TYPE(uct_dc_dci_array_t, uint16_t, uct_dc_dci_t);
UCS_ARRAY_DECLARE_TYPE(uct_dc_dci_array_t, uct_dci_index_t, uct_dc_dci_t);

struct uct_dc_mlx5_iface {
uct_rc_mlx5_iface_common_t super;
Expand Down

0 comments on commit 413719b

Please sign in to comment.