From: Jérémie Galarneau Date: Sat, 14 May 2016 21:29:15 +0000 (-0400) Subject: Re-add deprecated MI symbols to preserve ABI compatibility X-Git-Tag: v2.8.0~120 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=0b4d0003fccabff6273a75437d357eeeb4a9967b;p=lttng-tools.git Re-add deprecated MI symbols to preserve ABI compatibility Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index 434adfca7..546181822 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -180,6 +180,12 @@ const char * const mi_lttng_element_snapshots = "snapshots"; /* String related to track/untrack command */ const char * const mi_lttng_element_track_untrack_all_wildcard = "*"; +/* 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; +const char * const mi_lttng_context_type_perf_thread_counter; +const char * const mi_lttng_element_track_untrack_pid_target; +const char * const mi_lttng_element_track_untrack_targets; /* This is a merge of jul loglevel and regular loglevel * Those should never overlap by definition