X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=2b5e36d7c260c9fddbbd091c269886b3ad6dbfd3;hp=a590aabdb02b3a79902f4ea3d02e8379bd81133f;hb=0b43ec5dfd9e301257e3c0b31733ea67c1db4426;hpb=027f2c1237051d2d569d6be7f381c886f659bac3 diff --git a/recv.h b/recv.h index a590aabd..2b5e36d7 100644 --- 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. */