lttng: update enable channel for UST buffer type
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / model / impl / TargetNodeComponent.java
index 926d632e98b2ae90b2396d13a6e45b3e1e4f2b02..634bee6f25f96b09a580640ae4e340cc65f45f5d 100644 (file)
@@ -234,10 +234,10 @@ public class TargetNodeComponent extends TraceControlComponent implements ICommu
     }
 
     /**
-     * Returns if node supports per UID buffers or not
-     * @return <code>true</code> if node supports per UID buffers else <code>false</code>
+     * Returns if node supports configuring buffer type  or not
+     * @return <code>true</code> if node supports buffer type configuration else <code>false</code>
      */
-    public boolean isPerUIDBuffersSupported() {
+    public boolean isBufferTypeConfigSupported() {
         return getControlService().isVersionSupported("2.2.0"); //$NON-NLS-1$
     }
 
This page took 0.024775 seconds and 5 git commands to generate.