-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ffi: make quiche_conn_path_event_next return mut pointer
Changes quiche_conn_path_event_next so that it returns a mutable pointer on both the C and Rust side. Also added const to the quiche_path_event* parameters in the following functions from quiche.h in order to match their mutability in ffi.rs: quiche_path_event_type quiche_path_event_new quiche_path_event_validated quiche_path_event_failed_validation quiche_path_event_closed quiche_path_event_reused_source_connection_id quiche_path_event_peer_migrated Fixes #1905
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters