summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/sctp_pcb.h')
-rw-r--r--freebsd/sys/netinet/sctp_pcb.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/freebsd/sys/netinet/sctp_pcb.h b/freebsd/sys/netinet/sctp_pcb.h
index a2a1e7d7..86fae1f4 100644
--- a/freebsd/sys/netinet/sctp_pcb.h
+++ b/freebsd/sys/netinet/sctp_pcb.h
@@ -379,8 +379,10 @@ struct sctp_inpcb {
/* list of addrs in use by the EP, NULL if bound-all */
struct sctpladdr sctp_addr_list;
- /* used for source address selection rotation when we are subset
- * bound */
+ /*
+ * used for source address selection rotation when we are subset
+ * bound
+ */
struct sctp_laddr *next_addr_touse;
/* back pointer to our socket */