Mi: mi backend + mi for command version
[lttng-tools.git] / src / bin / lttng / commands / create.c
index e02b141420c075a1c0e687befade8192eb0d4721..c43ce59b906c7a5f43db8e5fed1f709262951ac6 100644 (file)
@@ -515,6 +515,13 @@ int cmd_create(int argc, const char **argv)
                }
        }
 
+       /* TODO: mi support */
+       if (lttng_opt_mi) {
+               ret = -LTTNG_ERR_MI_NOT_IMPLEMENTED;
+               ERR("mi option not supported");
+               goto end;
+       }
+
        if (opt_no_consumer) {
                MSG("The option --no-consumer is obsolete. Use --no-output now.");
                ret = CMD_WARNING;
This page took 0.023423 seconds and 4 git commands to generate.