svn commit: r247930 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu Mar 7 20:14:56 UTC 2013


Author: tuexen
Date: Thu Mar  7 20:14:55 2013
New Revision: 247930
URL: http://svnweb.freebsd.org/changeset/base/247930

Log:
  MFC r235903:
  Add sn_send_failed_event to sctp_notification.

Modified:
  stable/8/sys/netinet/sctp_uio.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/netinet/sctp_uio.h
==============================================================================
--- stable/8/sys/netinet/sctp_uio.h	Thu Mar  7 20:12:31 2013	(r247929)
+++ stable/8/sys/netinet/sctp_uio.h	Thu Mar  7 20:14:55 2013	(r247930)
@@ -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