Fix: timestamp_end field should include all events within sub-buffer
[lttng-ust.git] / include / lttng / ust-abi.h
index 01e9daf44a4dcf7f6915d3b20cc43a7b27ce2c8c..c1e13085bbf44cfa327aeabf5025e0c4f94c0aa6 100644 (file)
@@ -46,8 +46,8 @@
 #define LTTNG_UST_COMM_MAGIC                   0xC57C57C5
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
-#define LTTNG_UST_ABI_MAJOR_VERSION            7
-#define LTTNG_UST_ABI_MINOR_VERSION            2
+#define LTTNG_UST_ABI_MAJOR_VERSION            8
+#define LTTNG_UST_ABI_MINOR_VERSION            0
 
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
This page took 0.023707 seconds and 4 git commands to generate.