lttng: Step version of UST call stack state system provider
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 18 Jul 2014 14:22:44 +0000 (10:22 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 25 Jul 2014 21:25:35 +0000 (17:25 -0400)
Incremented due to changes for thread id.

Change-Id: I45cb63a2bc84f5ffd49495464697babac76b66bf
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/30126
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java

index b01a6de58ee78aad7d2936b9eda158059a310f0c..15bc30a1aaf8431dc43611403a4f49925d90c488 100644 (file)
@@ -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
This page took 0.039916 seconds and 5 git commands to generate.