X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=buffer_tree.h;h=f8fed361f368a44084f2880b2ce4a1b0214f5a3a;hp=e2af2fc8489944fd1e4b847b13d491d8201e4bff;hb=49fe9fc6200ec91f7feb811d7aacda44216828ec;hpb=80b5eac6e7363199f62fc39e583a28ce898a0b2b diff --git a/buffer_tree.h b/buffer_tree.h index e2af2fc8..f8fed361 100644 --- a/buffer_tree.h +++ b/buffer_tree.h @@ -168,6 +168,7 @@ size_t btr_pool_size(struct btr_pool *btrp); struct btr_pool *btr_pool_new(const char *name, size_t area_size); void btr_pool_free(struct btr_pool *btrp); size_t btr_pool_get_buffer(struct btr_pool *btrp, char **result); +int btr_pool_get_buffers(struct btr_pool *btrp, struct iovec iov[2]); void btr_add_output_pool(struct btr_pool *btrp, size_t size, struct btr_node *btrn); size_t btr_pool_unused(struct btr_pool *btrp);