diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp_stack.h')
| -rw-r--r-- | usr/src/uts/common/inet/tcp_stack.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/tcp_stack.h b/usr/src/uts/common/inet/tcp_stack.h index e46ebe08da..9bde97617f 100644 --- a/usr/src/uts/common/inet/tcp_stack.h +++ b/usr/src/uts/common/inet/tcp_stack.h @@ -21,6 +21,7 @@ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017 by Delphix. All rights reserved. */ #ifndef _INET_TCP_STACK_H @@ -114,6 +115,8 @@ struct tcp_stack { kmutex_t tcps_listener_conf_lock; list_t tcps_listener_conf; + struct cc_algo *tcps_default_cc_algo; + /* * Per CPU stats * |
