Add jul-app ABI/API and handle registration
authorDavid Goulet <dgoulet@efficios.com>
Tue, 1 Oct 2013 18:22:22 +0000 (14:22 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 16 Oct 2013 14:24:36 +0000 (10:24 -0400)
commitf20baf8e44b5d8a1c90b8b029b876762f6f916a6
tree6986903082357153d848efa9c7f13b24d7019764
parent4d0762229f4950d4ad21f6f47870d3b767dd61fa
Add jul-app ABI/API and handle registration

Registration is done in the jul thread and the created jul-app are
attached to existing UST app.

At this stage, there is no need for the UST app to be linked to the JUL
app but in the future, by adding new features, this will be needed.

Enable/Disable one or all events are supported. Also, once a JUL
application registers, it's updated with the already enabled events.

Signed-off-by: David Goulet <dgoulet@efficios.com>
12 files changed:
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/event.c
src/bin/lttng-sessiond/event.h
src/bin/lttng-sessiond/jul-thread.c
src/bin/lttng-sessiond/jul.c
src/bin/lttng-sessiond/jul.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
src/common/defaults.h
src/common/sessiond-comm/Makefile.am
src/common/sessiond-comm/jul.h [new file with mode: 0644]
This page took 0.033386 seconds and 5 git commands to generate.