Expose liblttng-libc-wrapper malloc ctor in public header
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 10 Mar 2021 15:57:30 +0000 (10:57 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Mar 2021 21:27:50 +0000 (16:27 -0500)
commitd1f1110f9563855ede8d1511a4db3b89630ebc1e
tree8bed86683bc70b9ee4de2679d20ba58484731150
parentcbbc1cdaf2ac58b06b951129548d5d01c4c1f014
Expose liblttng-libc-wrapper malloc ctor in public header

Document the reason why the liblttng-libc-wrapper malloc constructor is
ABI in a public header. Also namespace it under
'lttng_ust_libc_wrapper_' in case we add other public symbols to this
library.

Change-Id: I2db6f685ba5368a1ce1929e6baa64cd6322c83e7
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
include/lttng/ust-libc-wrapper.h [new file with mode: 0644]
liblttng-ust-libc-wrapper/lttng-ust-malloc.c
liblttng-ust/lttng-tracer-core.h
liblttng-ust/lttng-ust-comm.c
This page took 0.024916 seconds and 4 git commands to generate.