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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user