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; }; /* _______________________________________________ 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-unsubscr...@freebsd.org"