X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=recv.h;h=fc617a3e8ac54ac3bc3d48e96398e0635d194a13;hb=5587494468627e20fe622b6055689717262d09ab;hp=dc49ef956e69779f518ad235c6c25e76b1761498;hpb=56955f95584f51709320262f7d2e0ea79301d346;p=paraslash.git 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; }; /**