From 1eba9d6b2081a1e75e7f711ac02023dde773bef1 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 30 Jun 2010 22:26:32 -0400 Subject: [PATCH] tracectl.c: add description comment --- libust/tracectl.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1