Fix: JUL to enable user and root tracepoints
authorDavid Goulet <dgoulet@efficios.com>
Thu, 27 Feb 2014 15:03:14 +0000 (10:03 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 27 Feb 2014 15:14:40 +0000 (10:14 -0500)
commitf43f95a9a82e01eed34593260d510bd32e2083ec
tree573c6923cd4d3d873cfa3d8151d3db5d240a36c3
parentd5056ef206fdb89bbab64202d6b5c4b1811ae9e6
Fix: JUL to enable user and root tracepoints

This is needed to support the LTTng JUL agent to connect to both user
and root session daemon, we have to enable different tracepoint for the
two cases in order to avoid duplicating the trace payload in both the
user and root trace output.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/lttng-sessiond.h
src/bin/lttng-sessiond/main.c
src/common/defaults.h
This page took 0.026484 seconds and 5 git commands to generate.