X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2FtextDump.c;h=dbdd253668466a1c31b3b6e142639cb8d3a6457f;hb=49bf71b500f112cc90b790eb3975cceac351d021;hp=73cd5b90a25c1e2b7be740b542e4a246ac50125b;hpb=b445142a71748192520cfd645b4963e23070a486;p=lttv.git diff --git a/ltt/branches/poly/lttv/textDump.c b/ltt/branches/poly/lttv/textDump.c index 73cd5b90..dbdd2536 100644 --- a/ltt/branches/poly/lttv/textDump.c +++ b/ltt/branches/poly/lttv/textDump.c @@ -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;