diff options
author | Josh Blum | 2012-09-10 14:12:56 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-10 14:12:56 -0700 |
commit | f26a477d4526d2abf9310b0b620c66376759d4db (patch) | |
tree | 163b7ecaff896f04a01e60b51ae85d36c11c7816 /lib/block_handlers.cpp | |
parent | 55289d5761c9fb07019643438e2e0b767ea97ecf (diff) | |
download | sandhi-f26a477d4526d2abf9310b0b620c66376759d4db.tar.gz sandhi-f26a477d4526d2abf9310b0b620c66376759d4db.tar.bz2 sandhi-f26a477d4526d2abf9310b0b620c66376759d4db.zip |
remove output tags queue, block directly posts msg downstream
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index d63c1a9..367a6f3 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -150,7 +150,6 @@ void ElementImpl::topology_update(const tsbe::TaskInterface &task_iface) //resize tags vector to match sizes this->input_tags_changed.resize(num_inputs); this->input_tags.resize(num_inputs); - this->output_tags.resize(num_outputs); //impose input reserve requirements based on relative rate and output multiple std::vector<size_t> input_multiple_items(num_inputs, 1); |