svn commit: r235903 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu May 24 11:52:58 UTC 2012


Author: tuexen
Date: Thu May 24 11:52:57 2012
New Revision: 235903
URL: http://svn.freebsd.org/changeset/base/235903

Log:
  Add sn_send_failed_event to sctp_notification.
  
  MFC after: 3 days

Modified:
  head/sys/netinet/sctp_uio.h

Modified: head/sys/netinet/sctp_uio.h
==============================================================================
--- head/sys/netinet/sctp_uio.h	Thu May 24 11:50:14 2012	(r235902)
+++ head/sys/netinet/sctp_uio.h	Thu May 24 11:52:57 2012	(r235903)
@@ -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