]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv.h
buffer_tree: Add code to splice out a node of the buffer tree.
[paraslash.git] / recv.h
diff --git a/recv.h b/recv.h
index 101df82418b9897e33ae44fc31242a3743790175..fc617a3e8ac54ac3bc3d48e96398e0635d194a13 100644 (file)
--- 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;
 };
 
 /**