Skip to content

Commit

Permalink
Update quiche/src/ffi.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo authored Nov 27, 2023
1 parent 3fa221b commit ce65fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quiche/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,7 @@ pub extern fn quiche_conn_new_scid(
Err(e) => e.to_c() as u64,
}
}

#[no_mangle]
pub extern fn quiche_conn_available_dcids(conn: &Connection) -> size_t {
conn.available_dcids() as size_t
Expand Down

0 comments on commit ce65fcb

Please sign in to comment.