X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Ftext%2FtextDump.c;h=dd5f5ee07f2b36254614c819e1e6e8d3c69a7318;hb=556b540ae4beba8dd3dd0d628e149c6b93eb4c29;hp=b294b2cd87441286aecdc03410901d6530f5af58;hpb=33cc940080732f7d403b90c7cbfa8514fe1fd83f;p=lttv.git diff --git a/lttv/modules/text/textDump.c b/lttv/modules/text/textDump.c index b294b2cd..dd5f5ee0 100644 --- a/lttv/modules/text/textDump.c +++ b/lttv/modules/text/textDump.c @@ -40,7 +40,7 @@ #include #include -#include +#include static gboolean a_noevent, @@ -310,7 +310,7 @@ static int write_event_content(void *hook_data, void *call_data) LttvIAttribute *attributes = LTTV_IATTRIBUTE(lttv_global_attributes()); - struct bt_ctf_event *event = (struct bt_ctf_event *)call_data; + LttvEvent *event = (struct bt_ctf_event *)call_data; #ifdef BABEL_CLEANUP LttvTracefileContext *tfc = (LttvTracefileContext *)call_data;