Hide lttng_event_copy symbol
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Aug 2018 16:13:43 +0000 (12:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Aug 2018 16:13:46 +0000 (12:13 -0400)
commit76fcf15156ecb0a18f9c41b350342171f862ff47
tree6051fe9443c6f80e064e880b26e128da893f6175
parentc8282375a3fd622372663ff2ee60de9f2161ff19
Hide lttng_event_copy symbol

lttng_event_copy()'s only caller is internal. It is hidden to
reduce the API surface, but could be made public at some point
to accomodate lttng-ctl users.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/event-internal.h
include/lttng/event.h
src/bin/lttng-sessiond/main.c
src/common/Makefile.am
src/common/event.c [new file with mode: 0644]
src/lib/lttng-ctl/event.c
This page took 0.027058 seconds and 5 git commands to generate.