summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
committertuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
commit46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb (patch)
treef54b17174baf3a37b715efa1f1650298649d77ce /sys/netinet/sctp_pcb.h
parentc625bb621d676c92ff731a6a929fea623b9033ad (diff)
downloadFreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.zip
FreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.tar.gz
Make the features a 64-bit value instead of 32-bit.
This will allow an easier integration of the support for NDATA. While there, do also some minor cleanups. Obtained from: rrs@ MFC after: 2 weeks
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index 91807c7..8045765 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -388,8 +388,8 @@ struct sctp_inpcb {
/* back pointer to our socket */
struct socket *sctp_socket;
+ uint64_t sctp_features; /* Feature flags */
uint32_t sctp_flags; /* INP state flag set */
- uint32_t sctp_features; /* Feature flags */
uint32_t sctp_mobility_features; /* Mobility Feature flags */
struct sctp_pcb sctp_ep;/* SCTP ep data */
/* head of the hash of all associations */
OpenPOWER on IntegriCloud