From: Mathieu Desnoyers Date: Tue, 25 Aug 2015 02:50:09 +0000 (-0400) Subject: Fix: ust-app: protect app socket protocol with lock X-Git-Tag: v2.8.0-rc1~418 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fb45065e7ccafc636e6eec7ab2a463c49e603ebb;hp=fb45065e7ccafc636e6eec7ab2a463c49e603ebb Fix: ust-app: protect app socket protocol with lock Many threads can access the application socket (cmd handling thread and application handling thread) concurrently. Therefore, we need to protect it with a mutex. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---