diff options
author | Josh Blum | 2012-08-19 00:33:23 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-26 16:03:50 -0700 |
commit | 87be8242fd5855a8e8f6a76fddf40275b711c784 (patch) | |
tree | 18700039d8a711815fb06d7f632118e0216b2484 /lib/block_handlers.cpp | |
parent | 1d23019d422c35ba0a653a31bda2066919243c6c (diff) | |
download | sandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.tar.gz sandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.tar.bz2 sandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.zip |
runtime: a lot more is compiling/linking
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index 7e44ab3..fa9a950 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -60,6 +60,8 @@ void ElementImpl::topology_update(const tsbe::TaskInterface &task_iface) this->work_ninput_items.resize(num_inputs); this->input_items.resize(num_inputs); this->output_items.resize(num_outputs); + this->consume_items.resize(num_inputs); + this->produce_items.resize(num_outputs); //resize tags vector to match sizes this->input_tags.resize(num_inputs); |