From: David Goulet Date: Thu, 27 Feb 2014 15:06:52 +0000 (-0500) Subject: Fix: JUL agent connect to user and root sessiond X-Git-Tag: v2.4.0~7 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9aabed2d5ae3621ff0989cdcec8a726970e04ea6;hp=9aabed2d5ae3621ff0989cdcec8a726970e04ea6;p=lttng-ust.git Fix: JUL agent connect to user and root sessiond In order to achieve such a thing, two tracepoints are used where one is for the regular user and the other one for root. This is to avoid duplicating the payload in the user and root traces. Furthermore, if a root port is found, a new thread is started to handle the second session daemon. This is lockstep commit with lttng-tools: f43f95a9a82e01eed34593260d510bd32e2083ec Fixes #732 Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---