From: Pierre-Marc Fournier Date: Thu, 1 Jul 2010 02:26:32 +0000 (-0400) Subject: tracectl.c: add description comment X-Git-Tag: v0.5~3 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=1eba9d6b2081a1e75e7f711ac02023dde773bef1 tracectl.c: add description comment --- diff --git a/libust/tracectl.c b/libust/tracectl.c index ef0155d..2f9215e 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -15,6 +15,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/* This file contains the implementation of the UST listener thread, which + * receives trace control commands. It also coordinates the initialization of + * libust. + */ + #define _GNU_SOURCE #include #include