os.linux: Bump KernelStateProvider version number
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Thu, 14 Apr 2016 16:27:23 +0000 (12:27 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 14 Apr 2016 18:48:48 +0000 (14:48 -0400)
Previous commits changed the content generated by the
KernelStateProvider for process' priorities and exec
names. Bumping the version number allows to take advantage
of those changes without manually removing the history
tree.

Change-Id: Iad483b0f3c51fb53242264948f52e98709ebb1bc
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70688
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Tested-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java

index a73365fb6795d56f16572436600b3fdaf99ee515..1a391b98e66c68d11024fa289f8cfae3480cd08c 100644 (file)
@@ -59,7 +59,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 = 16;
+    private static final int VERSION = 17;
 
     // ------------------------------------------------------------------------
     // Fields
This page took 0.028495 seconds and 5 git commands to generate.