From aaee1ffb521007d854dab70cb5cd2abe4b04ef69 Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Fri, 18 Jul 2014 10:22:44 -0400 Subject: [PATCH] lttng: Step version of UST call stack state system provider Incremented due to changes for thread id. Change-Id: I45cb63a2bc84f5ffd49495464697babac76b66bf Signed-off-by: Patrick Tasse Reviewed-on: https://git.eclipse.org/r/30126 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam --- .../ust/core/trace/callstack/LttngUstCallStackProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java b/org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java index b01a6de58e..15bc30a1aa 100644 --- a/org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java +++ b/org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java @@ -69,7 +69,7 @@ public class LttngUstCallStackProvider extends CallStackStateProvider { * 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 = 1; + private static final int VERSION = 2; // ------------------------------------------------------------------------ // Constructor -- 2.34.1