]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdin.h
stdin: Use buffer pools.
[paraslash.git] / stdin.h
diff --git a/stdin.h b/stdin.h
index 8e5b3ce5bfc16e4c4659a819677213341723c103..2b87f760d9caacc2dc69ae211016f8b85b7e141e 100644 (file)
--- a/stdin.h
+++ b/stdin.h
@@ -22,6 +22,7 @@ struct stdin_task {
        struct task task;
        /** Non-null if buffer tree API should be used. */
        struct btr_node *btrn;
+       struct btr_pool *btrp;
 };
 
 void stdin_set_defaults(struct stdin_task *sit);