diff options
author | nh145002 <none@none> | 2007-01-15 11:53:51 -0800 |
---|---|---|
committer | nh145002 <none@none> | 2007-01-15 11:53:51 -0800 |
commit | 74e20cfe817b82802b16fac8690dadcda76f54f5 (patch) | |
tree | a454cd2ee9787b54e0a0be3a50bdf481a8c30e4d /usr/src/uts/common/sys/socketvar.h | |
parent | 6e8a7b447bf994515a78a52e5b06ed1eec552e9e (diff) | |
download | illumos-joyent-74e20cfe817b82802b16fac8690dadcda76f54f5.tar.gz |
PSARC 2003/064 SDP: Sockets Direct Protocol
5068505 Integration of PSARC 2003/064 SDP into solaris
6503394 TX introduced an incorrect assert: ASSERT(!connp->conn_mac_exempt);
Diffstat (limited to 'usr/src/uts/common/sys/socketvar.h')
-rw-r--r-- | usr/src/uts/common/sys/socketvar.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/socketvar.h b/usr/src/uts/common/sys/socketvar.h index 39112e6c97..b7da38240c 100644 --- a/usr/src/uts/common/sys/socketvar.h +++ b/usr/src/uts/common/sys/socketvar.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -834,6 +834,11 @@ extern struct sonode *sosctp_create(vnode_t *, int, int, int, int, struct sonode *, int *); extern int sosctp_init(void); +/* SDP sockfs */ +extern struct sonode *sosdp_create(vnode_t *, int, int, int, int, + struct sonode *, int *); +extern int sosdp_init(void); + #endif /* |