From: Michael Jeanson Date: Tue, 20 Apr 2021 18:31:00 +0000 (-0400) Subject: Tracepoint API namespacing '__LTTNG_UST_NULL_STRING' X-Git-Tag: v2.13.0-rc1~51 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ee0889a3fd9dcd72275237344b96fdce192f88b7;hp=ee0889a3fd9dcd72275237344b96fdce192f88b7;p=lttng-ust.git Tracepoint API namespacing '__LTTNG_UST_NULL_STRING' 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: I1517464f5c50b890bdcf2825d10be1690a699eac Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---