diff options
author | tuexen <tuexen@FreeBSD.org> | 2012-04-30 08:44:21 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2012-04-30 08:44:21 +0000 |
commit | e42771f14b28a959f5c15165f5047db0314f9d98 (patch) | |
tree | a34f71ada76b4f8a07f75455e9a3d32d3659e43c /sys/netinet/sctp_uio.h | |
parent | 060cbbeaf6da991973f5d765d64198e384eeb582 (diff) | |
download | FreeBSD-src-e42771f14b28a959f5c15165f5047db0314f9d98.zip FreeBSD-src-e42771f14b28a959f5c15165f5047db0314f9d98.tar.gz |
Add support for missing gauth_number_of_chunks field. This Bug was
found by Irene Ruengeler.
MFC after: 1 week
Diffstat (limited to 'sys/netinet/sctp_uio.h')
-rw-r--r-- | sys/netinet/sctp_uio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index f19e3b9..54d7457 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -660,6 +660,7 @@ struct sctp_authkeyid { /* SCTP_PEER_AUTH_CHUNKS / SCTP_LOCAL_AUTH_CHUNKS */ struct sctp_authchunks { sctp_assoc_t gauth_assoc_id; + uint32_t gauth_number_of_chunks; uint8_t gauth_chunks[]; }; |