X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=recv.h;h=fc617a3e8ac54ac3bc3d48e96398e0635d194a13;hb=83b222427d80c325b6f30e6693fbc5c05d8fa11f;hp=101df82418b9897e33ae44fc31242a3743790175;hpb=f78d425970efe39d4015f987b41597d83c7718dd;p=paraslash.git diff --git a/recv.h b/recv.h index 101df824..fc617a3e 100644 --- a/recv.h +++ b/recv.h @@ -25,7 +25,7 @@ struct receiver_node { /** 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; + struct btr_node *btrn; }; /**