]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv.h
Add a struct buffer_tree pointer to struct receiver_node.
[paraslash.git] / recv.h
diff --git a/recv.h b/recv.h
index dc49ef956e69779f518ad235c6c25e76b1761498..101df82418b9897e33ae44fc31242a3743790175 100644 (file)
--- 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 *btr_root;
 };
 
 /**