X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=d95d38ffb4443978ae8939b42396f6a94977488b;hb=41ef8f6305f01c9e31e8be48db625788ef01e758;hp=c4bda37bb84ede2269429a698ee74cc363820d4d;hpb=f5a2d630c739bf23e1bb7d1ab5602d21ec12aedb;p=lttng-tools.git diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index c4bda37bb..d95d38ffb 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"; LTTNG_HIDDEN const char * const mi_lttng_element_command_rotate = "rotate"; LTTNG_HIDDEN const char * const mi_lttng_element_command_enable_rotation = "enable-rotation"; LTTNG_HIDDEN const char * const mi_lttng_element_command_disable_rotation = "disable-rotation"; +LTTNG_HIDDEN const char * const mi_lttng_element_command_clear = "clear"; /* Strings related to version command */ const char * const mi_lttng_element_version = "version";