X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=2b5e36d7c260c9fddbbd091c269886b3ad6dbfd3;hp=68222acffc7fc41f8fa2c4d644ff70ee3c4f753d;hb=0b43ec5dfd9e301257e3c0b31733ea67c1db4426;hpb=650e5374914c1eb725ce7d2a720611bec22112bc diff --git a/recv.h b/recv.h index 68222acf..2b5e36d7 100644 --- a/recv.h +++ b/recv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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. */