diff options
author | Josh Blum | 2012-12-20 00:45:12 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-20 00:45:12 -0800 |
commit | b1093925bff9a104ec34ee058780bb247e319bc2 (patch) | |
tree | f29de5fcb695cacc45a4412f4a22be03ac48cbf7 /lib/block_allocator.cpp | |
parent | b6dd30a39ffcd028c7ac5ab8cd7221b158050097 (diff) | |
download | sandhi-b1093925bff9a104ec34ee058780bb247e319bc2.tar.gz sandhi-b1093925bff9a104ec34ee058780bb247e319bc2.tar.bz2 sandhi-b1093925bff9a104ec34ee058780bb247e319bc2.zip |
toying with circ buff and stitching
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 54654ba..4c486ab 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -92,7 +92,7 @@ BufferQueueSptr Block::output_buffer_allocator( config.length = recommend_length; config.affinity = (*this)->block->buffer_affinity; config.token = token; - return BufferQueue::make_pool(config, THIS_MANY_BUFFERS); + return BufferQueue::make_circ(config, THIS_MANY_BUFFERS); } BufferQueueSptr Block::input_buffer_allocator( |