Added options to run different tests in module batchtest
[lttv.git] / ltt / branches / poly / include / lttv / processTrace.h
index 8d4ad238106a55e90c37707e8073767e5f1a597b..6afff0ffca55ce34e8aee3b907054fedff220754 100644 (file)
@@ -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;
This page took 0.022953 seconds and 4 git commands to generate.