]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
add documentation of struct signal_task
[paraslash.git] / audiod.c
index e35c2ec700342c439ac53ec460c2ab34c4ca718d..66ef9c6ac3fb113f9d4e4720bf1002ace82aa46f 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -92,9 +92,15 @@ struct command_task {
        struct task task;
 };
 
+/**
+ * task for signal handling
+ */
 struct signal_task {
+       /** the signal pipe */
        int fd;
+       /** the number of the most recent signal */
        int signum;
+       /** the associated task structure */
        struct task task;
 };