X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=fc617a3e8ac54ac3bc3d48e96398e0635d194a13;hp=dc49ef956e69779f518ad235c6c25e76b1761498;hb=5b9bdbe0a5fe533818259ad75d4785033057f598;hpb=56955f95584f51709320262f7d2e0ea79301d346 diff --git a/recv.h b/recv.h index dc49ef95..fc617a3e 100644 --- a/recv.h +++ b/recv.h @@ -24,6 +24,8 @@ struct receiver_node { void *conf; /** The task associated with this instance. */ struct task task; + /** The receiver node is always the root of the buffer tree. */ + struct btr_node *btrn; }; /**