]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv.h
task_register() conversion: client task
[paraslash.git] / recv.h
diff --git a/recv.h b/recv.h
index a590aabdb02b3a79902f4ea3d02e8379bd81133f..2b5e36d7c260c9fddbbd091c269886b3ad6dbfd3 100644 (file)
--- a/recv.h
+++ b/recv.h
@@ -17,7 +17,7 @@ struct receiver_node {
        /** Pointer to the configuration data for this instance. */
        void *conf;
        /** The task associated with this instance. */
-       struct task task;
+       struct task *task;
        /** The receiver node is always the root of the buffer tree. */
        struct btr_node *btrn;
        /** Each receiver node maintains a buffer pool for the received data. */