Add new snapshot ustctl API
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index fb9c5a336e71d8a5325d8bb95b135b9960caa7fa..972de0c34022b908f1472ece4312c6f73792e887 100644 (file)
@@ -45,7 +45,9 @@
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
 #define LTTNG_UST_ABI_MAJOR_VERSION            7
-#define LTTNG_UST_ABI_MINOR_VERSION            1
+#define LTTNG_UST_ABI_MINOR_VERSION            2
+
+struct lttng_ust_calibrate;
 
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
This page took 0.023842 seconds and 4 git commands to generate.