Warning fix: forward declare struct lttng_ust_calibrate
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index fb9c5a336e71d8a5325d8bb95b135b9960caa7fa..7a5062da7681fb6fec6870a2bbec08596d7f1b68 100644 (file)
@@ -47,6 +47,8 @@
 #define LTTNG_UST_ABI_MAJOR_VERSION            7
 #define LTTNG_UST_ABI_MINOR_VERSION            1
 
+struct lttng_ust_calibrate;
+
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
        LTTNG_UST_PROBE                 = 1,
This page took 0.024048 seconds and 4 git commands to generate.