diff options
author | Josh Blum | 2013-02-25 03:16:25 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-25 03:16:25 -0800 |
commit | f07fdbc4b6bc65846438b4923ee3d265ab87a970 (patch) | |
tree | e313492d3e07f6efb80f16da418cdb9ba2e491bc /lib/gras_impl/block_actor.hpp | |
parent | 0a8e905e35e181972737862da74143f8852d5300 (diff) | |
download | sandhi-f07fdbc4b6bc65846438b4923ee3d265ab87a970.tar.gz sandhi-f07fdbc4b6bc65846438b4923ee3d265ab87a970.tar.bz2 sandhi-f07fdbc4b6bc65846438b4923ee3d265ab87a970.zip |
gras: work on new port config API
combined item size config into port config
removed set/get, its just a set by reference,
this simplified a lot of client code
Commit call will apply the changes at runtime.
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index ba69567..8bea03c 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -122,8 +122,6 @@ struct BlockActor : Apology::Worker } //per port properties - std::vector<size_t> input_items_sizes; - std::vector<size_t> output_items_sizes; std::vector<InputPortConfig> input_configs; std::vector<OutputPortConfig> output_configs; |