From: Michael Jeanson Date: Wed, 21 Apr 2021 20:03:42 +0000 (-0400) Subject: Tracepoint API namespacing ctf_array X-Git-Tag: v2.13.0-rc1~31 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=10937ee5c85456292ce4e8d67c9ac7bc37caf974;hp=10937ee5c85456292ce4e8d67c9ac7bc37caf974;p=lttng-ust.git Tracepoint API namespacing ctf_array 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: Ib1c3694d054cba2b6d27bd62a3db2b64eca27c3f Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---