diff options
author | Josh Blum | 2012-09-06 20:11:56 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-06 20:11:56 -0700 |
commit | f84970693f4e1c9919e139c1d99daa74691b5a46 (patch) | |
tree | 39f9c7c387d99d99b08fc996b1ab302083454de7 /lib/block_allocator.cpp | |
parent | 1a571058645c49d4edf303051b754f8f93c5f76c (diff) | |
download | sandhi-f84970693f4e1c9919e139c1d99daa74691b5a46.tar.gz sandhi-f84970693f4e1c9919e139c1d99daa74691b5a46.tar.bz2 sandhi-f84970693f4e1c9919e139c1d99daa74691b5a46.zip |
debug prints, minor fixes, unfinished input queue work
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 f98a0bd..f5e632f 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -46,7 +46,7 @@ void ElementImpl::handle_allocation(const tsbe::TaskInterface &task_iface) tsbe::BufferDeleter deleter = boost::bind(&ElementImpl::buffer_returner, this, i, _1); this->output_buffer_tokens[i] = tsbe::BufferToken(new tsbe::BufferDeleter(deleter)); - for (size_t j = 0; j < 2; j++) + for (size_t j = 0; j < 8; j++) { tsbe::BufferConfig config; config.memory = NULL; |