diff options
author | David S. Miller <davem@davemloft.net> | 2011-12-07 01:48:14 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-07 01:48:14 +0400 |
commit | 8f0315190dec88bf035d50e4fd1db89859b414f6 (patch) | |
tree | ebc3d6669124188439da105da919e46ce8ea0619 /include/net/ip6_route.h | |
parent | f2fd5c3458ffcf4f9b4fbfa64980dffe1850f7de (diff) | |
download | linux-8f0315190dec88bf035d50e4fd1db89859b414f6.tar.xz |
ipv6: Make third arg to anycast_dst_alloc() bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 5e91b72fc718..f9dbf472bf58 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -102,7 +102,7 @@ extern void fib6_force_start_gc(struct net *net); extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, const struct in6_addr *addr, - int anycast); + bool anycast); extern int ip6_dst_hoplimit(struct dst_entry *dst); |