From: Michael Jeanson Date: Wed, 21 Apr 2021 19:50:19 +0000 (-0400) Subject: Tracepoint API namespacing ctf_float X-Git-Tag: v2.13.0-rc1~32 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=891226fc4bda9655e54bbafabe7a2ae8923ba4e1;hp=891226fc4bda9655e54bbafabe7a2ae8923ba4e1;p=lttng-ust.git Tracepoint API namespacing ctf_float The ABI bump gives us the opportunity to namespace all public symbols under the 'lttng_ust_' prefix. Namespace all API symbols and macros under 'lttng_ust_' / 'LTTNG_UST_' and add compat macros to keep compatibility with the previous API. Change-Id: Ia34bb89dff2542b8d67f2221353ea2e01ed0e0e8 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---