2010-09-15 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug287563
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / control / LttngSyntheticEventProvider.java
index 0c82dd3a65954e99e9ad12bc908bcc62475b51dd..4af8017b7af444437fe7a3374b038c0ef09d51e0 100644 (file)
@@ -161,7 +161,7 @@ public class LttngSyntheticEventProvider extends TmfEventProvider<LttngSynthetic
                        ITmfTrace trace = traceManager.getTrace();
                        // create sub-request for one trace within experiment
                        final LttngBaseEventRequest subRequest = new LttngBaseEventRequest(adjustedRange, reqWindow.getStartTime(),
-                                       0, TmfEventRequest.ALL_DATA, BLOCK_SIZE, traceModel, ITmfDataRequest.ExecutionType.SHORT, trace) {
+                                       0, TmfEventRequest.ALL_DATA, BLOCK_SIZE, traceModel, ITmfDataRequest.ExecutionType.FOREGROUND, trace) {
 
                                private LttngSyntheticEvent syntheticEvent = null;
                                private LttngSyntheticEvent syntheticAckIndicator = null;
This page took 0.023942 seconds and 5 git commands to generate.