diff options
| author | Dipankar Sarma <dipankar@in.ibm.com> | 2002-12-22 07:30:10 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-12-22 07:30:10 -0800 |
| commit | d3bf7b060b64ea734e19eaaa4bbf6440c2944846 (patch) | |
| tree | 6b50e65c680427d892e7aaf243f63a3ba8148f8c /include | |
| parent | dfc0a507bb865708a9a15a673e93cccf0385386d (diff) | |
[IPV4]: lockfree ipv4 route cache
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/dst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 1fbb39584b97..2fccbbfe5eb6 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -10,6 +10,7 @@ #include <linux/config.h> #include <linux/rtnetlink.h> +#include <linux/rcupdate.h> #include <net/neighbour.h> #include <asm/processor.h> @@ -71,6 +72,7 @@ struct dst_entry #endif struct dst_ops *ops; + struct rcu_head rcu_head; char info[0]; }; |
