Use 'ust-' prefix for all global private headers
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 25 Feb 2021 19:11:04 +0000 (14:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Mar 2021 16:22:47 +0000 (11:22 -0500)
commit864a1eda22ed99266509ac76451c6f27f91aa17e
tree6c01baf8b431df4c245064b43994b494184e881e
parentae4b659d95f8dab9f2aa4b890d6937d7d5375f07
Use 'ust-' prefix for all global private headers

Reduce the chances of a header filename clash by namespacing all the
global public header files with 'ust-'. Also, consistency makes me
happy.

Change-Id: I41a0b32885a5568ebf4c554893bde8a1ea5c3402
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
51 files changed:
include/Makefile.am
include/helper.h [deleted file]
include/share.h [deleted file]
include/ust-comm.h
include/ust-helper.h [new file with mode: 0644]
include/ust-share.h [new file with mode: 0644]
include/ust-snprintf.h [new file with mode: 0644]
include/ust_snprintf.h [deleted file]
include/usterr-signal-safe.h
libcounter/counter.c
libcounter/counter.h
libcounter/shm.c
libcounter/shm.h
libcounter/smp.h
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-comm/lttng-ust-fd-tracker.c
liblttng-ust-ctl/ustctl.c
liblttng-ust-dl/lttng-ust-dl.c
liblttng-ust-fd/lttng-ust-fd.c
liblttng-ust-java-agent/jni/common/lttng_ust_context.c
liblttng-ust-libc-wrapper/lttng-ust-malloc.c
liblttng-ust-libc-wrapper/lttng-ust-pthread.c
liblttng-ust/context-internal.h
liblttng-ust/context-provider-internal.h
liblttng-ust/event-notifier-notification.c
liblttng-ust/futex.h
liblttng-ust/getenv.c
liblttng-ust/lttng-bytecode.h
liblttng-ust/lttng-context-perf-counters.c
liblttng-ust/lttng-context-provider.c
liblttng-ust/lttng-context.c
liblttng-ust/lttng-events.c
liblttng-ust/lttng-probes.c
liblttng-ust/lttng-tracer-core.h
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/lttng-ust-dynamic-type.c
liblttng-ust/lttng-ust-elf.c
liblttng-ust/lttng-ust-statedump.c
liblttng-ust/rculfhash-internal.h
liblttng-ust/rculfhash.h
liblttng-ust/tracef.c
liblttng-ust/tracelog.c
liblttng-ust/tracepoint.c
liblttng-ust/ust-events-internal.h
libmsgpack/msgpack.h
libringbuffer/ring_buffer_frontend.c
libringbuffer/shm.c
snprintf/patient_write.c
snprintf/snprintf.c
tests/unit/snprintf/snprintf.c
This page took 0.028643 seconds and 4 git commands to generate.