From da3464bbd6754621a81cddcbc28fff076781b762 Mon Sep 17 00:00:00 2001 From: tuexen Date: Tue, 17 Nov 2009 23:03:38 +0000 Subject: Get rid of unused fields addr_over which is never really used, only copied around. Approved by: rrs (mentor) --- sys/netinet/sctp_structs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/netinet/sctp_structs.h') diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index 595c37c..b1a0f13 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -364,9 +364,6 @@ struct sctp_tmit_chunk { uint8_t pad_inplace; uint8_t do_rtt; uint8_t book_size_scale; - uint8_t addr_over; /* flag which is set if the dest address for - * this chunk is overridden by user. Used for - * CMT (iyengar@cis.udel.edu, 2005/06/21) */ uint8_t no_fr_allowed; uint8_t pr_sctp_on; uint8_t copy_by_ref; @@ -444,7 +441,6 @@ struct sctp_stream_queue_pending { uint8_t holds_key_ref; uint8_t msg_is_complete; uint8_t some_taken; - uint8_t addr_over; uint8_t pr_sctp_on; uint8_t sender_all_done; uint8_t put_last_out; -- cgit v1.1