]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - signal.h
audiod: Clean up by notifying tasks.
[paraslash.git] / signal.h
index 526f15025c658f5f09b1388feba057addb848864..a15349cae9b703a3aeb546a3fc321bdda1d57aa8 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -13,7 +13,7 @@ struct signal_task {
        /** The signal pipe. */
        int fd;
        /** The associated task structure. */
-       struct task task;
+       struct task *task;
 };
 
 int para_signal_init(void);