From 49633f4b36443566f8e2ffdb86f498d2630e042f Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Sat, 14 Mar 2009 23:13:16 +0000 Subject: [PATCH] Opps.. I missed a file on the commit :-) --- sys/netinet/sctp_structs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index a03ae94f950c..0d9f67d945dc 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -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; }; /*