diff options
author | Richard Sailer <richard@weltraumpflege.org> | 2015-10-09 03:41:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-12 15:15:03 +0300 |
commit | 7533ce3055bbe9577276a847125b156c44a5bbce (patch) | |
tree | 11e352f49c080a32c05106dad1168ebb4ccc37f9 /include | |
parent | 3741873b4f73b572b8f8835e6bd114e08316a160 (diff) | |
download | linux-7533ce3055bbe9577276a847125b156c44a5bbce.tar.xz |
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: Richard Sailer <richard@weltraumpflege.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions