tcp_hpts: plug a compiler warn

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-04-05 14:32:13 +00:00
parent eb1feadc20
commit c67eb393fa

View File

@ -191,7 +191,7 @@ tcp_tv_to_lusectick(const struct timeval *sv)
extern int32_t tcp_min_hptsi_time;
__inline int32_t
get_hpts_min_sleep_time()
get_hpts_min_sleep_time(void)
{
return (tcp_min_hptsi_time + HPTS_TICKS_PER_SLOT);
}