Move private headers out of 'lttng/' public header dir
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 23 Feb 2021 21:57:55 +0000 (16:57 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Mar 2021 16:22:01 +0000 (11:22 -0500)
commitae4b659d95f8dab9f2aa4b890d6937d7d5375f07
tree8b0841eb7ba696e7b7802a7155688f3af5c17929
parentba5b3d2bf3ecd8614e74efc1db2f5a626c5d9a92
Move private headers out of 'lttng/' public header dir

The 'include/lttng' directory contains a mix of public and private
headers. Move the private header files out of this directory to reduce
confusion.

Change-Id: I48c3c4c0e724b4a7665777b95bd9a18efdb6a03a
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
32 files changed:
include/Makefile.am
include/lttng/bitfield.h [deleted file]
include/lttng/ust-context-provider.h [deleted file]
include/lttng/ust-dlfcn.h [deleted file]
include/lttng/ust-dynamic-type.h [deleted file]
include/lttng/ust-tid.h [deleted file]
include/ust-bitfield.h [new file with mode: 0644]
include/ust-context-provider.h [new file with mode: 0644]
include/ust-dlfcn.h [new file with mode: 0644]
include/ust-dynamic-type.h [new file with mode: 0644]
include/ust-tid.h [new file with mode: 0644]
include/usterr-signal-safe.h
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-dl/lttng-ust-dl.c
liblttng-ust-fork/ustfork.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/lttng-bytecode.h
liblttng-ust/lttng-context-cgroup-ns.c
liblttng-ust/lttng-context-ipc-ns.c
liblttng-ust/lttng-context-net-ns.c
liblttng-ust/lttng-context-provider.c
liblttng-ust/lttng-context-time-ns.c
liblttng-ust/lttng-context-uts-ns.c
liblttng-ust/lttng-context-vtid.c
liblttng-ust/lttng-context.c
liblttng-ust/lttng-events.c
liblttng-ust/lttng-ring-buffer-client.h
liblttng-ust/lttng-ring-buffer-metadata-client.h
liblttng-ust/lttng-ust-dynamic-type.c
tests/compile/test-app-ctx/hello.c
This page took 0.027148 seconds and 4 git commands to generate.