看板 FB_svn 關於我們 聯絡資訊
Author: tuexen Date: Sun Jul 1 08:01:42 2012 New Revision: 237897 URL: http://svn.freebsd.org/changeset/base/237897 Log: MFC r235903: Add sn_send_failed_event to sctp_notification. Modified: stable/9/sys/netinet/sctp_uio.h Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/netinet/sctp_uio.h ============================================================================== --- stable/9/sys/netinet/sctp_uio.h Sun Jul 1 07:59:00 2012 (r237896) +++ stable/9/sys/netinet/sctp_uio.h Sun Jul 1 08:01:42 2012 (r237897) @@ -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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"