Add groundwork for multiple version support of LTTng 2.0 tracer control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / service / ILttngControlService.java
index 86bf8d22c46556f16329374a454fe26e904d00f5..30400dc0c13e16685d1e301129907d40c3b51bc9 100644 (file)
@@ -29,6 +29,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.TraceLogLev
 * </p>
 */
 public interface ILttngControlService {
+
+    /**
+     * @return the version string.
+     */
+    public String getVersion();
+
     /**
      * Retrieves the existing sessions names from the node.
      * @param monitor - a progress monitor
This page took 0.024835 seconds and 5 git commands to generate.