Mi create command: support and validation
[lttng-tools.git] / src / common / mi-lttng.h
index 7be4a29b9a208e100f0bc1df788887e7f336a793..2176b09ad76d70e16cd94863dc6dd6aba08af0cf 100644 (file)
@@ -47,12 +47,14 @@ struct mi_lttng_version {
 
 /* Strings related to command */
 const char * const mi_lttng_element_command;
+const char * const mi_lttng_element_command_name;
 const char * const mi_lttng_element_command_version;
 const char * const mi_lttng_element_command_list;
 const char * const mi_lttng_element_command_save;
 const char * const mi_lttng_element_command_load;
-const char * const mi_lttng_element_command_name;
+const char * const mi_lttng_element_command_stop;
 const char * const mi_lttng_element_command_start;
+const char * const mi_lttng_element_command_create;
 const char * const mi_lttng_element_command_output;
 const char * const mi_lttng_element_command_success;
 
This page took 0.022629 seconds and 4 git commands to generate.