Date: Sat, 14 Mar 2009 23:13:16 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189836 - head/sys/netinet Message-ID: <200903142313.n2ENDGU7010734@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rrs Date: Sat Mar 14 23:13:16 2009 New Revision: 189836 URL: http://svn.freebsd.org/changeset/base/189836 Log: Opps.. I missed a file on the commit :-) Modified: head/sys/netinet/sctp_structs.h Modified: head/sys/netinet/sctp_structs.h ============================================================================== --- head/sys/netinet/sctp_structs.h Sat Mar 14 23:12:20 2009 (r189835) +++ head/sys/netinet/sctp_structs.h Sat Mar 14 23:13:16 2009 (r189836) @@ -309,7 +309,7 @@ struct sctp_data_chunkrec { /* ECN Nonce: Nonce Value for this chunk */ uint8_t ect_nonce; - + uint8_t fwd_tsn_cnt; /* * part of the Highest sacked algorithm to be able to stroke counts * on ones that are FR'd. @@ -445,6 +445,7 @@ struct sctp_stream_queue_pending { uint8_t pr_sctp_on; uint8_t sender_all_done; uint8_t put_last_out; + uint8_t discard_rest; }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903142313.n2ENDGU7010734>