Fix for streaming and reconnection. Added standalone releng for lttng.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / core / LttngConstants.java
index cf39b948faf9a91f43075aed912b5870727e6d49..33e7725932dca1e6409460437dc5712223d95c8f 100644 (file)
@@ -178,6 +178,10 @@ public class LttngConstants {
      * <h4>LTTng trace control command to configure a network trace</h4> 
      */
     public static final String Lttng_Control_WriteTraceNetwork = "writeTraceNetwork";
+    /**
+     * <h4>LTTng trace control command to stop a network trace transfer</h4> 
+     */
+    public static final String Lttng_Control_StopWriteTraceNetwork = "stopWriteTraceNetwork";
     /**
      * <h4>LTTng trace control command to start tracing.</h4> 
      */
This page took 0.023606 seconds and 5 git commands to generate.