Move libconsumer under common/consumer/
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 15 Oct 2015 20:47:34 +0000 (16:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 20:02:57 +0000 (16:02 -0400)
commitc8fea79c745d42ea8143b7020ae11b4fc2da0d8a
tree5c561dc5e2b02cdba8522c564de93341bbafd315
parentea26306076d26c40ed31e4f9170dc2852bda502f
Move libconsumer under common/consumer/

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
31 files changed:
configure.ac
src/bin/lttng-consumerd/Makefile.am
src/bin/lttng-consumerd/health-consumerd.c
src/bin/lttng-consumerd/lttng-consumerd.c
src/bin/lttng-relayd/health-relayd.c
src/bin/lttng-sessiond/consumer.h
src/bin/lttng-sessiond/ust-consumer.c
src/common/Makefile.am
src/common/consumer-metadata-cache.c [deleted file]
src/common/consumer-metadata-cache.h [deleted file]
src/common/consumer-stream.c [deleted file]
src/common/consumer-stream.h [deleted file]
src/common/consumer-testpoint.h [deleted file]
src/common/consumer-timer.c [deleted file]
src/common/consumer-timer.h [deleted file]
src/common/consumer.c [deleted file]
src/common/consumer.h [deleted file]
src/common/consumer/Makefile.am [new file with mode: 0644]
src/common/consumer/consumer-metadata-cache.c [new file with mode: 0644]
src/common/consumer/consumer-metadata-cache.h [new file with mode: 0644]
src/common/consumer/consumer-stream.c [new file with mode: 0644]
src/common/consumer/consumer-stream.h [new file with mode: 0644]
src/common/consumer/consumer-testpoint.h [new file with mode: 0644]
src/common/consumer/consumer-timer.c [new file with mode: 0644]
src/common/consumer/consumer-timer.h [new file with mode: 0644]
src/common/consumer/consumer.c [new file with mode: 0644]
src/common/consumer/consumer.h [new file with mode: 0644]
src/common/kernel-consumer/kernel-consumer.c
src/common/kernel-consumer/kernel-consumer.h
src/common/ust-consumer/ust-consumer.c
src/common/ust-consumer/ust-consumer.h
This page took 0.026595 seconds and 4 git commands to generate.