Bump ABI major to 5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Jul 2013 19:19:12 +0000 (15:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Jul 2013 19:19:12 +0000 (15:19 -0400)
Bump major version between UST-sessiond-consumerd.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h

index 4cc138ea9fc098fad38f86a184ccab4df9fafff2..66303328a63a43632e76908413592c25114ee779 100644 (file)
@@ -42,7 +42,7 @@
 #define LTTNG_UST_COMM_MAGIC                   0xC57C57C5
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
-#define LTTNG_UST_ABI_MAJOR_VERSION            4
+#define LTTNG_UST_ABI_MAJOR_VERSION            5
 #define LTTNG_UST_ABI_MINOR_VERSION            0
 
 enum lttng_ust_instrumentation {
This page took 0.025239 seconds and 4 git commands to generate.