Mi create command: support and validation
[lttng-tools.git] / src / common / mi-lttng.h
index 6151118ca63ebec5020b446d2b2b240985166857..2176b09ad76d70e16cd94863dc6dd6aba08af0cf 100644 (file)
@@ -47,13 +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_stop;
-const char * const mi_lttng_element_command_name;
 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.026973 seconds and 5 git commands to generate.