some compile fix
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index c279116903918827259a67b382b2006bbdf048fb..4413a5230cc49ca417a899b9a76a1bb2deeafbfb 100644 (file)
@@ -275,9 +275,9 @@ void lttv_tracefile_context_remove_hooks_by_id(LttvTracefileContext *self,
 typedef struct _LttvTraceHook {
   LttvHook h;
   guint id;
-  LttField *f1;
-  LttField *f2;
-  LttField *f3;
+  struct marker_field *f1;
+  struct marker_field *f2;
+  struct marker_field *f3;
   gpointer hook_data;
 } LttvTraceHook;
 
This page took 0.022854 seconds and 4 git commands to generate.