diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-03 11:58:47 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:22 +0200 |
commit | c6fd7549e869cbbe9f25a86d660035346030753a (patch) | |
tree | 71bdcecbd4e31e2f6b02b00d7d58ebf1f81dab5f /src/pluto/kernel.h | |
parent | 40bbff5dbf9a8f4a41ef28917093902518bf2f71 (diff) | |
download | strongswan-c6fd7549e869cbbe9f25a86d660035346030753a.tar.bz2 strongswan-c6fd7549e869cbbe9f25a86d660035346030753a.tar.xz |
pluto: Listen for kernel events via libhydra's kernel interface.
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r-- | src/pluto/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h index 26efd0013..9b1d57a88 100644 --- a/src/pluto/kernel.h +++ b/src/pluto/kernel.h @@ -151,6 +151,7 @@ extern void record_and_initiate_opportunistic(const ip_subnet * , const char *why); extern void init_kernel(void); +extern void kernel_finalize(void); extern bool trap_connection(struct connection *c); extern void unroute_connection(struct connection *c); |