Move dynamic-type to libcommon
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 22 Apr 2021 16:18:57 +0000 (12:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Apr 2021 19:45:34 +0000 (15:45 -0400)
commitf78f3df1b255162d62a68f31aba34b86528a029f
treeb139d649ba356ce30c3921faeae789e4fe023e1a
parent810185f3a90e717e2a482b4555f90f4d4f6d7bbf
Move dynamic-type to libcommon

It is used by both liblttng-ust and liblttng-ust-ctl and contains no
shared state.

Change-Id: I51fc7a616d5e426a9286d873da29ffa661859f46
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/Makefile.am
src/common/dynamic-type.c [new file with mode: 0644]
src/lib/lttng-ust/Makefile.am
src/lib/lttng-ust/lttng-ust-dynamic-type.c [deleted file]
This page took 0.024947 seconds and 4 git commands to generate.