commit | 9f5e97e53675caeda48e9988122a30470f4d309d | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Sat Jul 05 19:02:59 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 05 19:02:59 2008 -0700 |
tree | bf236781b078866c1b2190784611815738bf3a81 | |
parent | 39a23e75087ce815abbddbd565b9a2e567ac47da [diff] [blame] |
netns: make rt_secret_rebuild timer per namespace Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index a29adf1..356617f 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h
@@ -46,5 +46,7 @@ int sysctl_icmp_ratelimit; int sysctl_icmp_ratemask; int sysctl_icmp_errors_use_inbound_ifaddr; + + struct timer_list rt_secret_timer; }; #endif