state.c: track softirq raises
[lttv.git] / ltt / branches / poly / lttv / lttv / module.c
index 2f04b43f5b2de10c29b5756e7bc0d206a65280e9..198e1385fb8ce2889785d33a4ca50e91f758beac 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <lttv/module.h>
 #include <gmodule.h>
-
+#include <stdlib.h>
 
 struct _LttvLibrary
 {
@@ -600,6 +600,8 @@ static void destroy()
   g_assert(libraries->len <= 1); 
 
   initialized = FALSE;
+
+  exit(0);
 }
 
 LTTV_MODULE("module", "Modules in libraries",                        \
This page took 0.024519 seconds and 4 git commands to generate.