diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-10 17:36:38 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:23 +0200 |
commit | 03ee9623f36b77ebf5afc23a3930cdf5c1f613cf (patch) | |
tree | c95c57db29f7396cadbe2f0b66896c6815e6eaa4 /src/pluto/kernel.h | |
parent | f6697eadb90a132431e82682e1af48f3314fcf27 (diff) | |
download | strongswan-03ee9623f36b77ebf5afc23a3930cdf5c1f613cf.tar.bz2 strongswan-03ee9623f36b77ebf5afc23a3930cdf5c1f613cf.tar.xz |
pluto: Completely removed orphaned_holds.
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r-- | src/pluto/kernel.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h index 9b1d57a88..b1bc023d5 100644 --- a/src/pluto/kernel.h +++ b/src/pluto/kernel.h @@ -121,20 +121,6 @@ struct kernel_ops { extern const struct kernel_ops *kernel_ops; -/* information from /proc/net/ipsec_eroute */ - -struct eroute_info { - unsigned long count; - ip_subnet ours; - ip_subnet his; - ip_address dst; - ip_said said; - int transport_proto; - struct eroute_info *next; -}; - -extern struct eroute_info *orphaned_holds; - extern void show_shunt_status(void); #endif |