svn commit: r237897 - stable/9/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Jul 1 08:01:43 UTC 2012


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


More information about the svn-src-all mailing list