2010-10-27 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug316467
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / LttngFactory.java
index 2191dc2a38225b8b43a24baf6682151e7104a84e..e477f180aebb7e2f7542f24328f99bb7bf879523 100644 (file)
@@ -23,10 +23,11 @@ public class LttngFactory {
                // Make sure the experiment component is ready to listen to experiment
                // selections
                StateManagerFactory.getExperimentManager();
-               // The Synthetic event provider must also be notified of selections, in
-               // order to keep the sychronization orders from TMF, this element is
+
+               // The Synthetic event providers must also be notified of selections, in
+               // order to keep the synchronization orders from TMF, this element is
                // shared for all synthetic event requests
-               LttngCoreProviderFactory.getEventProvider();
+               LttngCoreProviderFactory.initialize();
 
                // start debugging as per .options
                TraceDebug.init();
This page took 0.024235 seconds and 5 git commands to generate.