From: David Goulet Date: Tue, 1 Oct 2013 18:22:22 +0000 (-0400) Subject: Add jul-app ABI/API and handle registration X-Git-Tag: v2.4.0-rc1~91 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=f20baf8e44b5d8a1c90b8b029b876762f6f916a6;hp=f20baf8e44b5d8a1c90b8b029b876762f6f916a6;p=lttng-tools.git 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 ---