diff options
author | Lu Huafeng <Huafeng.Lv@Sun.COM> | 2008-12-17 12:37:29 +0800 |
---|---|---|
committer | Lu Huafeng <Huafeng.Lv@Sun.COM> | 2008-12-17 12:37:29 +0800 |
commit | 8e4b770f2d2fd1b39d446d80e94ec2b1f9703543 (patch) | |
tree | 05f098b0bbf8ec7a62eeba98e6056de7638eb500 /usr/src/uts/common/inet/tcp.h | |
parent | 7d586c73618cfc2856b4ccf6d9aa584131fd17e1 (diff) | |
download | illumos-joyent-8e4b770f2d2fd1b39d446d80e94ec2b1f9703543.tar.gz |
PSARC 2008/688 Sun Cluster TCP/IP Hooks Update
6717519 Support sun cluster with client-side shared address
6777262 modify Cluster hook signatures to add netstackid and allow future changes
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
-rw-r--r-- | usr/src/uts/common/inet/tcp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index 76d1864d62..1911216dd5 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -719,15 +719,6 @@ typedef struct cl_tcp_info_s { } cl_tcp_info_t; /* - * Hook functions to enable cluster networking - * On non-clustered systems these vectors must always be NULL. - */ - -extern void (*cl_inet_listen)(uint8_t, sa_family_t, uint8_t *, in_port_t); -extern void (*cl_inet_unlisten)(uint8_t, sa_family_t, uint8_t *, - in_port_t); - -/* * Contracted Consolidation Private ioctl for aborting TCP connections. * In order to keep the offsets and size of the structure the same between * a 32-bit application and a 64-bit amd64 kernel, we use a #pragma |