Use appropriate timeout_t* instead of void* in tcp_timer_activate()
Suggested by: imp Differential Revision: https://reviews.freebsd.org/D2154 Reviewed by: imp, jhb Approved by: jhb
This commit is contained in:
parent
6e8d4c1770
commit
e6365e0ee8
@ -853,7 +853,7 @@ void
|
||||
tcp_timer_activate(struct tcpcb *tp, int timer_type, u_int delta)
|
||||
{
|
||||
struct callout *t_callout;
|
||||
void *f_callout;
|
||||
timeout_t *f_callout;
|
||||
struct inpcb *inp = tp->t_inpcb;
|
||||
int cpu = inp_to_cpuid(inp);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user