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