os.linux: Create PPID and SYSTEM_CALL attributes on demand
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / internal / analysis / os / linux / core / kernel / KernelStateProvider.java
index 6d040ce288ff66382c50f76d9f3651cecbf990f6..4d2d1a192becf7766b18ecb3d9f3f15fcab16d1a 100644 (file)
@@ -61,7 +61,7 @@ public class KernelStateProvider extends AbstractTmfStateProvider {
      * Version number of this state provider. Please bump this if you modify the
      * contents of the generated state history in some way.
      */
-    private static final int VERSION = 20;
+    private static final int VERSION = 21;
 
     // ------------------------------------------------------------------------
     // Fields
This page took 0.024472 seconds and 5 git commands to generate.