Create kernel-consumer.c/.h and consumer.h
authorDavid Goulet <dgoulet@efficios.com>
Thu, 7 Jun 2012 17:16:09 +0000 (13:16 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 7 Jun 2012 17:16:09 +0000 (13:16 -0400)
commitf1e1679499bf3e76127c8812c72a6e9ba69e02e5
tree079ee28793ece5d025837965870fb2e787a2ecf3
parenteacaa7a62c3f2b9a019fd145d69c977fc53144bb
Create kernel-consumer.c/.h and consumer.h

Contains function call to send data to the kernel consumer (for now
session and channel streams).

Nothing new, code has just been moved to simplify main.c and partition
portion of code for clearer and easier understanding.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/Makefile.am
src/bin/lttng-sessiond/consumer.h [new file with mode: 0644]
src/bin/lttng-sessiond/kernel-consumer.c [new file with mode: 0644]
src/bin/lttng-sessiond/kernel-consumer.h [new file with mode: 0644]
src/bin/lttng-sessiond/main.c
This page took 0.026514 seconds and 5 git commands to generate.