Skip to content

Commit

Permalink
ffi: remove spurious paths field from Stats
Browse files Browse the repository at this point in the history
This should have been removed in 21af572.
  • Loading branch information
ghedo committed Oct 26, 2023
1 parent 918d01c commit 7dfdba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quiche/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,6 @@ pub struct Stats {
lost_bytes: u64,
stream_retrans_bytes: u64,
paths_count: usize,
paths: [PathStats; 8],
}

pub struct TransportParams {
Expand Down

0 comments on commit 7dfdba4

Please sign in to comment.