summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
diff options
context:
space:
mode:
authorRichard Sailer <richard@weltraumpflege.org>2015-10-09 00:41:37 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-10-12 12:15:03 (GMT)
commit7533ce3055bbe9577276a847125b156c44a5bbce (patch)
tree11e352f49c080a32c05106dad1168ebb4ccc37f9 /drivers/net/vrf.c
parent3741873b4f73b572b8f8835e6bd114e08316a160 (diff)
downloadlinux-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 'drivers/net/vrf.c')
0 files changed, 0 insertions, 0 deletions