Create a LttvEvent object
[lttv.git] / lttv / modules / text / textDump.c
index b294b2cd87441286aecdc03410901d6530f5af58..dd5f5ee07f2b36254614c819e1e6e8d3c69a7318 100644 (file)
@@ -40,7 +40,7 @@
 #include <stdio.h>
 #include <inttypes.h>
 
-#include <babeltrace/ctf/events.h>
+#include <lttv/event.h>
 
 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;
 
This page took 0.02235 seconds and 4 git commands to generate.