Skip to content

Commit

Permalink
[~] fix function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Nov 5, 2023
1 parent 18e9018 commit 922d9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/xqc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -5596,7 +5596,7 @@ xqc_conn_handle_stateless_reset(xqc_connection_t *conn,


xqc_int_t
xqc_conn_available_paths(xqc_engine_t *engine, xqc_cid_t *cid)
xqc_conn_available_paths(xqc_engine_t *engine, const xqc_cid_t *cid)
{
xqc_int_t available_paths = 0;
xqc_connection_t *conn = xqc_engine_conns_hash_find(engine, cid, 's');
Expand Down

0 comments on commit 922d9ff

Please sign in to comment.