tcbpcb: Always define t_osd

Always define t_osd. congestion control modules access it
unconditionally. This fixes the build.

However, this is, at best, a temporary band-aide until the
larger issues are sorted.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2023-07-17 11:22:45 -06:00
parent af20d58ef1
commit d3152ab23e
-2
View File
@@ -482,9 +482,7 @@ struct tcpcb {
struct mbufq t_inpkts; /* List of saved input packets. */
struct mbufq t_outpkts; /* List of saved output packets. */
#endif
#ifdef TCP_HHOOK
struct osd t_osd; /* storage for Khelp module data */
#endif
uint8_t _t_logpoint; /* Used when a BB log points is enabled */
#ifdef TCP_REQUEST_TRK
/* Response tracking addons. */