From 54ab50194a691eb5ee6df17a89868c84a48483cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 7 Apr 2015 06:21:37 +0200 Subject: [PATCH] [profiler] Update data format version. ed663c84a66ca324c796a8674a1d2460aba51277 introduced a new enum value. --- mono/profiler/proflog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mono/profiler/proflog.h b/mono/profiler/proflog.h index 3ea6a8d2382..ea3b267dab3 100644 --- a/mono/profiler/proflog.h +++ b/mono/profiler/proflog.h @@ -5,7 +5,7 @@ #define LOG_HEADER_ID 0x4D505A01 #define LOG_VERSION_MAJOR 0 #define LOG_VERSION_MINOR 4 -#define LOG_DATA_VERSION 8 +#define LOG_DATA_VERSION 9 /* * Changes in data versions: * version 2: added offsets in heap walk @@ -14,6 +14,7 @@ * version 5: added counters sampling * version 6: added optional backtrace in sampling info * version 8: added TYPE_RUNTIME and JIT helpers/trampolines + * version 9: added MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING */ enum { -- 2.25.1