servlib/bundling/BundleDaemon.h
changeset 13 841ab1482c9c
parent 11 4dd7e0cb11a7
child 14 06512deddac4
--- a/servlib/bundling/BundleDaemon.h	Wed Jun 22 13:07:38 2011 +0100
+++ b/servlib/bundling/BundleDaemon.h	Wed Jun 22 13:58:21 2011 +0100
@@ -35,6 +35,9 @@
 #include "BundleStatusReport.h"
 #include "BPQBlock.h"
 
+#include <execinfo.h>
+#include <signal.h>
+
 namespace dtn {
 
 class AdminRegistration;
@@ -306,6 +309,11 @@
     void run();
 
     /**
+     *
+     */
+    void handle_sigsegv(int sig);
+
+    /**
      * Main event handling function.
      */
     void handle_event(BundleEvent* event);