X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=101df82418b9897e33ae44fc31242a3743790175;hp=dc49ef956e69779f518ad235c6c25e76b1761498;hb=1645250f4a744f590a12d1552ef6f773e8651e1e;hpb=56955f95584f51709320262f7d2e0ea79301d346 diff --git a/recv.h b/recv.h index dc49ef95..101df824 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 *btr_root; }; /**