Mi: mi backend + mi for command version
[lttng-tools.git] / src / bin / lttng / commands / destroy.c
index 3fb5fb232edb16184a4a7574de9b6e623668959f..26548b9e153521f1b74b2d5c10d44968e7179744 100644 (file)
@@ -148,6 +148,13 @@ int cmd_destroy(int argc, const char **argv)
                goto end;
        }
 
+       /* TODO: mi support */
+       if (lttng_opt_mi) {
+               ret = -LTTNG_ERR_MI_NOT_IMPLEMENTED;
+               ERR("mi option not supported");
+               goto end;
+       }
+
        /* Ignore session name in case all sessions are to be destroyed */
        if (opt_destroy_all) {
                ret = destroy_all_sessions();
This page took 0.026345 seconds and 5 git commands to generate.