tracectl.c: add description comment
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Jul 2010 02:26:32 +0000 (22:26 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Jul 2010 02:26:32 +0000 (22:26 -0400)
libust/tracectl.c

index ef0155db3388441d83fe3afe813f66b5e78d64e3..2f9215e65b29adc0df6095ce72c206425304c559 100644 (file)
  * 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 <stdio.h>
 #include <stdlib.h>
This page took 0.02536 seconds and 4 git commands to generate.