Mi create command: support and validation
[lttng-tools.git] / src / common / mi-lttng.c
index e7f08117766c738b9f07ad2b307c1d03c5e12283..0994678a334377faa00ca8c75899dcc560c7084a 100644 (file)
 
 /* Strings related to command */
 const char * const mi_lttng_element_command = "command";
+const char * const mi_lttng_element_command_name = "name";
 const char * const mi_lttng_element_command_version = "version";
 const char * const mi_lttng_element_command_list = "list";
 const char * const mi_lttng_element_command_save = "save";
 const char * const mi_lttng_element_command_load = "load";
-const char * const mi_lttng_element_command_name = "name";
 const char * const mi_lttng_element_command_start = "start";
 const char * const mi_lttng_element_command_stop = "stop";
+const char * const mi_lttng_element_command_create = "create";
 const char * const mi_lttng_element_command_output = "output";
 const char * const mi_lttng_element_command_success = "success";
 
This page took 0.023061 seconds and 4 git commands to generate.