aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-07-27 07:37:15 +0000
committerMartin Willi <martin@strongswan.org>2007-07-27 07:37:15 +0000
commit539a55a44189e57694e65cf75f5e1040a7fdd37d (patch)
treebfaf9a24855c65090500ba89fd4f4322cd8d62e4 /src/dumm/guest.h
parent5b608fd7cac56eec62e69836fc01886f101b7f85 (diff)
downloadstrongswan-539a55a44189e57694e65cf75f5e1040a7fdd37d.tar.bz2
strongswan-539a55a44189e57694e65cf75f5e1040a7fdd37d.tar.xz
support for killing guests properly
Diffstat (limited to 'src/dumm/guest.h')
-rw-r--r--src/dumm/guest.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dumm/guest.h b/src/dumm/guest.h
index 38aef4b67..48cfbf240 100644
--- a/src/dumm/guest.h
+++ b/src/dumm/guest.h
@@ -100,7 +100,12 @@ struct guest_t {
* @return iterator over iface_t's
*/
iterator_t* (*create_iface_iterator)(guest_t *this);
-
+
+ /**
+ * @brief Called whenever a SIGCHILD is received.
+ */
+ void (*sigchild)(guest_t *this);
+
/**
* @brief Close and destroy a guest with all interfaces
*/