Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149199642
D2154.1789658621.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D2154.1789658621.diff
View Options
Index: head/sys/netinet/tcp_timer.c
===================================================================
--- head/sys/netinet/tcp_timer.c
+++ head/sys/netinet/tcp_timer.c
@@ -853,7 +853,7 @@
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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 17, 3:23 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29735121
Default Alt Text
D2154.1789658621.diff (400 B)
Attached To
Mode
D2154: Use appropriate timeout_t* instead of void* in tcp_timer_activate()
Attached
Detach File
Event Timeline
Log In to Comment