Update lttng ust ABI/API copy
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index 28a040763d81c4aabe1158ab3a8c6e3335f55f93..f30dbde3f92e76f76ba6480a6f644ccd504e6c5e 100644 (file)
@@ -90,6 +90,14 @@ struct lttng_ust_object_data {
        uint64_t memory_map_size;
 };
 
+enum lttng_ust_calibrate_type {
+       LTTNG_UST_CALIBRATE_TRACEPOINT,
+};
+
+struct lttng_ust_calibrate {
+   enum lttng_ust_calibrate_type type;     /* type (input) */
+};
+
 #define _UST_CMD(minor)                                (minor)
 #define _UST_CMDR(minor, type)                 (minor)
 #define _UST_CMDW(minor, type)                 (minor)
This page took 0.022853 seconds and 4 git commands to generate.