Mi: mi backend + mi for command version
[lttng-tools.git] / include / lttng / lttng.h
index 944675206bff11e6e3edb49d6cc416f8dd465ca6..c5be66128b60da0cc76c5972a095a5ccbd8a4f79 100644 (file)
@@ -43,6 +43,11 @@ enum lttng_calibrate_type {
        LTTNG_CALIBRATE_FUNCTION              = 0,
 };
 
+/* Machine interface output type */
+enum lttng_mi_output_type {
+       LTTNG_MI_XML                          = 1 /* XML output */
+};
+
 #define LTTNG_CALIBRATE_PADDING1           16
 struct lttng_calibrate {
        enum lttng_calibrate_type type;
This page took 0.024959 seconds and 5 git commands to generate.