X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2FprocessTrace.h;h=6afff0ffca55ce34e8aee3b907054fedff220754;hb=dbb7bb0937929c494291d7a286c6ece90c27ac07;hp=8d4ad238106a55e90c37707e8073767e5f1a597b;hpb=d7d743db2427142fbb065bdb1edbf36f18ddf2bb;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/processTrace.h b/ltt/branches/poly/include/lttv/processTrace.h index 8d4ad238..6afff0ff 100644 --- a/ltt/branches/poly/include/lttv/processTrace.h +++ b/ltt/branches/poly/include/lttv/processTrace.h @@ -137,8 +137,7 @@ struct _LttvTraceContext { LttvHooks *check; LttvHooks *before; LttvHooks *after; - LttvTracefileContext **control_tracefiles; - LttvTracefileContext **per_cpu_tracefiles; + LttvTracefileContext **tracefiles; LttvAttribute *a; LttvAttribute *t_a; }; @@ -161,7 +160,7 @@ struct _LttvTracefileContext { LttvTraceContext *t_context; gboolean control; - guint index; /* in ts_context->control/per_cpu_tracefiles */ + guint index; /* in ts_context->tracefiles */ LttTracefile *tf; LttvHooks *check; LttvHooks *before;