Skip to content

Commit

Permalink
Fix some test function prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Mar 2, 2025
1 parent 16223f1 commit 4baf02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabtests/ubertest/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ int fts_info_is_valid(void)
return 0;
}
if (test_info.test_class & (FI_MSG | FI_TAGGED) &&
!ft_check_rx_completion(test_info) &&
!ft_check_rx_completion() &&
!ft_use_comp_cntr(test_info.comp_type))
return 0;
if (test_info.test_type == FT_TEST_UNIT &&
Expand Down
2 changes: 1 addition & 1 deletion fabtests/ubertest/fabtest.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ int ft_check_rx_completion();
int ft_check_tx_completion();

int ft_send_sync_msg();
int ft_recv_n_msg();
int ft_recv_n_msg(int n);
int ft_recv_msg();
int ft_send_msg();
int ft_send_dgram();
Expand Down

0 comments on commit 4baf02c

Please sign in to comment.