From: Raphaël Beamonte Date: Thu, 14 Apr 2016 16:27:23 +0000 (-0400) Subject: os.linux: Bump KernelStateProvider version number X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1d58a53cb619f02840b441e9cca980fd0272d5b7;p=deliverable%2Ftracecompass.git os.linux: Bump KernelStateProvider version number 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 Reviewed-on: https://git.eclipse.org/r/70688 Reviewed-by: Alexandre Montplaisir Tested-by: Alexandre Montplaisir Reviewed-by: Hudson CI --- diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java b/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java index a73365fb67..1a391b98e6 100644 --- a/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java +++ b/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java @@ -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