Skip to content

Commit

Permalink
Add SCTP_ADDR_POTENTIALLY_FAILED
Browse files Browse the repository at this point in the history
  • Loading branch information
gnaaman-dn committed Dec 19, 2024
1 parent 4bb953b commit 8323541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,7 @@ SCTP_ADDR_AVAILABLE
SCTP_ADDR_CONFIRMED
SCTP_ADDR_MADE_PRIM
SCTP_ADDR_OVER
SCTP_ADDR_POTENTIALLY_FAILED
SCTP_ADDR_REMOVED
SCTP_ADDR_UNREACHABLE
SCTP_ALL_ASSOC
Expand Down
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6049,6 +6049,7 @@ pub const SCTP_ADDR_REMOVED: c_int = 2;
pub const SCTP_ADDR_ADDED: c_int = 3;
pub const SCTP_ADDR_MADE_PRIM: c_int = 4;
pub const SCTP_ADDR_CONFIRMED: c_int = 5;
pub const SCTP_ADDR_POTENTIALLY_FAILED: c_int = 6;

pub const SCTP_DATA_UNSENT: c_int = 0;
pub const SCTP_DATA_SENT: c_int = 1;
Expand Down

0 comments on commit 8323541

Please sign in to comment.