X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.h;h=4413a5230cc49ca417a899b9a76a1bb2deeafbfb;hb=80eaae1fcee52bac07c1fc07273b47bd2a694e5b;hp=c279116903918827259a67b382b2006bbdf048fb;hpb=14b1ac277816ecf66cb6906cdbc06fc992a2e279;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index c2791169..4413a523 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -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;