aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2009-05-07 16:42:45 +0000
committerRandall Stewart <rrs@FreeBSD.org>2009-05-07 16:42:45 +0000
commit892f1c7141cc003a4a6676f6dfcbaa9c07a5d119 (patch)
treea169a37216681c2dce5a4dea734c002570b7aedf /sys/netinet
parent506d3686a28e0a272d8bfb13d9847e3feaae9b4b (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_uio.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h
index efcd2c4e4fa8..e58325d75933 100644
--- a/sys/netinet/sctp_uio.h
+++ b/sys/netinet/sctp_uio.h
@@ -764,6 +764,8 @@ struct sctp_timeval {
};
struct sctpstat {
+ struct sctp_timeval sctps_discontinuitytime; /* sctpStats 18
+ * (TimeStamp) */
/* MIB according to RFC 3873 */
uint32_t sctps_currestab; /* sctpStats 1 (Gauge32) */
uint32_t sctps_activeestab; /* sctpStats 2 (Counter32) */
@@ -948,8 +950,8 @@ struct sctpstat {
uint32_t sctps_fwdtsn_map_over; /* number of map array over-runs via
* fwd-tsn's */
- struct sctp_timeval sctps_discontinuitytime; /* sctpStats 18
- * (TimeStamp) */
+ uint32_t sctps_reserved[32]; /* Future ABI compat - remove int's
+ * from here when adding new */
};
#define SCTP_STAT_INCR(_x) SCTP_STAT_INCR_BY(_x,1)