summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-01-29 14:29:05 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-01-29 14:29:05 +0000
commite0823b796aeea75fe40ec8888eb84ca5a25cff39 (patch)
treef14613716bc04559a7e77d4795c81c6f499623fa
parentba00eaee16f1630c60ffe70da9623a6b24300d1b (diff)
downloadillumos-joyent-e0823b796aeea75fe40ec8888eb84ca5a25cff39.tar.gz
12253 mib2.h: error: field 'tcp6ConnEntryInfo' has incomplete type 'tcpConnEntryInfo_s' [fix build - missing local modifications]release-20200130
-rw-r--r--usr/src/uts/common/inet/mib2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/mib2.h b/usr/src/uts/common/inet/mib2.h
index ebbf571027..85ca5ebdec 100644
--- a/usr/src/uts/common/inet/mib2.h
+++ b/usr/src/uts/common/inet/mib2.h
@@ -1401,6 +1401,8 @@ typedef struct tcpConnEntryInfo_s {
/* round-trip time smoothed average (us) */
Gauge ce_rtt_sa;
/* current rto (retransmit timeout) */
+ Gauge ce_rtt_sd;
+ /* current rto (retransmit timeout) */
Gauge ce_rto;
/* round-trip time count */
Gauge ce_rtt_cnt;