Skip to content
Commit 7533ce30 authored by Richard Sailer's avatar Richard Sailer Committed by David S. Miller
Browse files

tcp: change type of alive from int to bool



The alive parameter of tcp_orphan_retries, indicates
whether the connection is assumed alive or not.
In the function and all places calling it is used as a boolean value.

Therefore this changes the type of alive to bool in the function
definition and all calling locations.

Since tcp_orphan_tries is a tcp_timer.c local function no change in
any other file or header is necessary.

Signed-off-by: default avatarRichard Sailer <richard@weltraumpflege.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3741873b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment