From 14ce0c0c80e0bd933a8ab5e4dd344f2b78db6a34 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Thu, 24 May 2012 11:52:57 +0000 Subject: [PATCH] Add sn_send_failed_event to sctp_notification. MFC after: 3 days --- sys/netinet/sctp_uio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 45446fc62b8f..95b89785431b 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -523,10 +523,10 @@ union sctp_notification { struct sctp_pdapi_event sn_pdapi_event; struct sctp_authkey_event sn_auth_event; struct sctp_sender_dry_event sn_sender_dry_event; + struct sctp_send_failed_event sn_send_failed_event; struct sctp_stream_reset_event sn_strreset_event; struct sctp_assoc_reset_event sn_assocreset_event; struct sctp_stream_change_event sn_strchange_event; - }; /* notification types */