Add state saving functions and update processTrace accordingly.
[lttv.git] / ltt / branches / poly / lttv / textDump.c
index 73cd5b90a25c1e2b7be740b542e4a246ac50125b..dbdd253668466a1c31b3b6e142639cb8d3a6457f 100644 (file)
@@ -316,6 +316,8 @@ G_MODULE_EXPORT void init(LttvModule *self, int argc, char **argv)
 
   g_info("Init textDump.c");
 
+  lttv_module_require(self, "libbatchAnalysis", argc, argv);
+
   a_string = g_string_new("");
 
   a_file_name = NULL;
This page took 0.022881 seconds and 4 git commands to generate.