summaryrefslogtreecommitdiff
path: root/netinet/sctp_uio.h
diff options
context:
space:
mode:
authortuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-04-30 08:49:00 +0000
committertuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-04-30 08:49:00 +0000
commit1a2e446bdbc52cc6178a3f80092943a84706ece9 (patch)
tree9fcf91521dfae3a8ecb99cdf14f67abc1145af7c /netinet/sctp_uio.h
parentd6873bb86f13db9f6660207c40e82733d69eeda5 (diff)
downloadusrsctplib-1a2e446bdbc52cc6178a3f80092943a84706ece9.tar.gz
Sync with main sources.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@7683 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
Diffstat (limited to 'netinet/sctp_uio.h')
-rwxr-xr-xnetinet/sctp_uio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/netinet/sctp_uio.h b/netinet/sctp_uio.h
index c2cfafb..17bc8bd 100755
--- a/netinet/sctp_uio.h
+++ b/netinet/sctp_uio.h
@@ -33,7 +33,7 @@
/* $KAME: sctp_uio.h,v 1.11 2005/03/06 16:04:18 itojun Exp $ */
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 234731 2012-04-27 13:58:09Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 234832 2012-04-30 08:44:21Z tuexen $");
#endif
#ifndef __sctp_uio_h__
@@ -692,6 +692,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[];
};