X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=d95d38ffb4443978ae8939b42396f6a94977488b;hp=c4bda37bb84ede2269429a698ee74cc363820d4d;hb=511ed4e25eeb6821dc4f4b6c573fbbdc07c17053;hpb=f5a2d630c739bf23e1bb7d1ab5602d21ec12aedb 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";