X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2FbatchAnalysis.c;h=a8d1c824f98d2a5341eafdbb4f0d67e9d151c9f3;hb=96cbee09f8701ff8eb088af3ad79b812b3022c8f;hp=0f169c717603ecadad8152e67381910230b14f0c;hpb=2a9b7ad116b80ee1eb2a316c62b46a969822a26e;p=lttv.git diff --git a/ltt/branches/poly/lttv/batchAnalysis.c b/ltt/branches/poly/lttv/batchAnalysis.c index 0f169c71..a8d1c824 100644 --- a/ltt/branches/poly/lttv/batchAnalysis.c +++ b/ltt/branches/poly/lttv/batchAnalysis.c @@ -55,7 +55,7 @@ static gboolean process_traceset(void *hook_data, void *call_data) end.tv_sec = G_MAXULONG; end.tv_nsec = G_MAXULONG; - lttv_process_trace(start, end, traceset, LTTV_TRACESET_CONTEXT(tc)); + lttv_process_trace(start, end, traceset, LTTV_TRACESET_CONTEXT(tc),G_MAXULONG); lttv_traceset_context_remove_hooks(LTTV_TRACESET_CONTEXT(tc), before_traceset, after_traceset, NULL, before_trace, after_trace, NULL, before_tracefile, after_tracefile, NULL, before_event, after_event);