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