Fix: MI: bump MI schema version to 4.0 in mi-lttng.c
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Mar 2020 01:02:03 +0000 (21:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Mar 2020 21:19:53 +0000 (17:19 -0400)
The MI schema has been bumped to 4.0, but the internal constant
in mi-lttng.c still indicates a 3.0 schema. Synchronize both
versions to 4.0 for the 2.12 release.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia27e15e2c154b2fd39eeaaa6c71df922a233bc80

src/common/mi-lttng.c

index f9f1e225aec32f1b383022e4a2afb55b2e9f90da..5160e0a58b953c6bfad0bb7782e852dad1e0a1cc 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <assert.h>
 
 
 #include <assert.h>
 
-#define MI_SCHEMA_MAJOR_VERSION 3
+#define MI_SCHEMA_MAJOR_VERSION 4
 #define MI_SCHEMA_MINOR_VERSION 0
 
 /* Machine interface namespace URI */
 #define MI_SCHEMA_MINOR_VERSION 0
 
 /* Machine interface namespace URI */
This page took 0.026035 seconds and 4 git commands to generate.