X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=3d43da091faa230d7d68744e748ed203bf8a1068;hp=bc0778d2fb405362e608a4d305709b42934b1493;hb=59deec0c09b544d548711deaa6d8206efe99ea0d;hpb=7d6bf31b5523a262ed7a5f488ca803e6e0a0d25a diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index bc0778d2f..3d43da091 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -190,6 +190,9 @@ LTTNG_HIDDEN const char * const mi_lttng_element_rotations = "rotations"; LTTNG_HIDDEN const char * const mi_lttng_element_rotate_status = "status"; LTTNG_HIDDEN const char * const mi_lttng_element_rotation_schedule = "rotation_schedule"; +/* String related to add-context command */ +LTTNG_HIDDEN const char * const mi_lttng_element_context_symbol = "symbol"; + /* Deprecated symbols preserved for ABI compatibility. */ const char * const mi_lttng_context_type_perf_counter; const char * const mi_lttng_context_type_perf_cpu_counter;