ust-elf.h should be private, with public symbols
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Mar 2021 20:07:10 +0000 (16:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Mar 2021 20:10:01 +0000 (16:10 -0400)
commit2adb7ad28124fdbc0ad61bcada1c7dbceb03e9ab
treee660c88453135aafee3cb41049f145997108dd86
parent9f25e89278018f23d20882d559fdd6fefabee0f9
ust-elf.h should be private, with public symbols

The symbols belonging to ust-elf.h need to be public, because
liblttng-ust-dl uses them, but the header per se should be internal.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I04495249c0c8b80b251dbf2a7f5488d093a6d999
include/Makefile.am
include/lttng/ust-elf.h [deleted file]
include/ust-elf.h [new file with mode: 0644]
liblttng-ust-dl/lttng-ust-dl.c
liblttng-ust/lttng-ust-elf.c
liblttng-ust/lttng-ust-statedump.c
tests/unit/ust-elf/ust-elf.c
This page took 0.025676 seconds and 4 git commands to generate.