aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.h
diff options
context:
space:
mode:
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
*/