Skip to content

Commit

Permalink
ffi.rs aktualisieren
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Pardue <lucaspardue.24.7@gmail.com>
  • Loading branch information
normanmaurer and LPardue authored Nov 23, 2023
1 parent dcce1dd commit 4eb9b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiche/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ pub extern fn quiche_path_event_closed(

#[no_mangle]
pub extern fn quiche_path_event_reused_source_connection_id(
ev: &PathEvent, connection_id: &mut u64,
ev: &PathEvent, cid_sequence_number: &mut u64,
old_local_addr: &mut sockaddr_storage, old_local_addr_len: &mut socklen_t,
old_peer_addr: &mut sockaddr_storage, old_peer_addr_len: &mut socklen_t,
local_addr: &mut sockaddr_storage, local_addr_len: &mut socklen_t,
Expand Down

0 comments on commit 4eb9b8a

Please sign in to comment.