summaryrefslogtreecommitdiff
path: root/netinet/sctp_uio.h
diff options
context:
space:
mode:
authortuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-07-06 19:55:07 +0000
committertuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-07-06 19:55:07 +0000
commitb049c47efe2be4692752fdeb90cbc26f5bd3a1c7 (patch)
tree0fd928bacf4801fad08e09a3c2084c3fef871911 /netinet/sctp_uio.h
parent0a7c0e0d62407762b8b9b2006271b7ccfcd51842 (diff)
downloadusrsctplib-b049c47efe2be4692752fdeb90cbc26f5bd3a1c7.tar.gz
Sync with main sources.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@7959 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
Diffstat (limited to 'netinet/sctp_uio.h')
-rwxr-xr-xnetinet/sctp_uio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/netinet/sctp_uio.h b/netinet/sctp_uio.h
index 0ea9ca1..71b3ebb 100755
--- a/netinet/sctp_uio.h
+++ b/netinet/sctp_uio.h
@@ -1127,6 +1127,9 @@ union sctp_sockstore {
#if defined(INET6) || !defined(_KERNEL)
struct sockaddr_in6 sin6;
#endif
+#if defined(__Userspace__)
+ struct sockaddr_conn sconn;
+#endif
struct sockaddr sa;
};