Add sn_send_failed_event to sctp_notification.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-05-24 11:52:57 +00:00
parent 20654f4ef4
commit 14ce0c0c80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235903

View File

@ -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 */