X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;fp=src%2Fcommon%2Fmi-lttng.c;h=b4be5f4374fb16c5d23265c73fcd77d6a57be39c;hp=69b3cc041de0d42c44333d7ab8c84d5ff7e52473;hb=7886d6703b080ef163feb3a345fa69e21599821b;hpb=818ea544c74e89a68bcad32744a465bfdb648569 diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index 69b3cc041..b4be5f437 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -77,6 +77,7 @@ const char * const mi_lttng_element_command_version = "version"; const char * const mi_lttng_element_command_rotate = "rotate"; const char * const mi_lttng_element_command_enable_rotation = "enable-rotation"; const char * const mi_lttng_element_command_disable_rotation = "disable-rotation"; +const char * const mi_lttng_element_command_clear = "clear"; /* Strings related to version command */ const char * const mi_lttng_element_version = "version";