summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/inet/tcp_impl.h')
-rw-r--r--usr/src/uts/common/inet/tcp_impl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/tcp_impl.h b/usr/src/uts/common/inet/tcp_impl.h
index f2f70777e7..9d99d933bd 100644
--- a/usr/src/uts/common/inet/tcp_impl.h
+++ b/usr/src/uts/common/inet/tcp_impl.h
@@ -153,6 +153,13 @@ typedef struct tcp_squeue_priv_s {
tcp_t *tcp_time_wait_tail;
tcp_t *tcp_free_list;
uint_t tcp_free_list_cnt;
+#ifdef DEBUG
+ /*
+ * For debugging purpose, true when tcp_time_wait_collector() is
+ * running.
+ */
+ boolean_t tcp_time_wait_running;
+#endif
} tcp_squeue_priv_t;
/*