Move libustcomm to 'src/common/'
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Apr 2021 23:35:53 +0000 (19:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:19:18 +0000 (14:19 -0400)
commit67534785e151f4c78aa5697703c55c5193deb65c
tree90d5f4756b618206374ef82e936df6943c74a9b2
parentdf09bde567961bdf9cdda26f9737e3bbffd5cea9
Move libustcomm to 'src/common/'

libustcomm is an internal convience library used by both liblttng-ust
and liblttng-ust-ctl, move it to the common directory.

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: I6ec03e5d4fb0f49dee4dc57ba16ee025dd1151a2
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
src/Makefile.am
src/common/Makefile.am
src/common/ustcomm.c [new file with mode: 0644]
src/common/ustcomm.h
src/lib/lttng-ust-ctl/Makefile.am
src/liblttng-ust-comm/Makefile.am [deleted file]
src/liblttng-ust-comm/lttng-ust-comm.c [deleted file]
src/liblttng-ust/Makefile.am
This page took 0.025726 seconds and 4 git commands to generate.