summaryrefslogtreecommitdiff
path: root/lib/gras_impl/block_actor.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-04-29 01:02:45 -0700
committerJosh Blum2013-04-29 01:02:45 -0700
commitea9e1357a550d1291fe145e4842d154674159533 (patch)
tree738d47e3b163cb6f06f7b3f93c510d61439be5b6 /lib/gras_impl/block_actor.hpp
parent3b3167601d6b97362773a940dae17b503a63783d (diff)
downloadsandhi-ea9e1357a550d1291fe145e4842d154674159533.tar.gz
sandhi-ea9e1357a550d1291fe145e4842d154674159533.tar.bz2
sandhi-ea9e1357a550d1291fe145e4842d154674159533.zip
quick stashies
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r--lib/gras_impl/block_actor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp
index 5444bb0..502f974 100644
--- a/lib/gras_impl/block_actor.hpp
+++ b/lib/gras_impl/block_actor.hpp
@@ -129,6 +129,8 @@ struct BlockActor : Apology::Worker
OutputBufferQueues output_queues;
std::vector<bool> produce_outputs;
BitSet inputs_available;
+ std::vector<time_ticks_t> time_input_not_ready;
+ std::vector<time_ticks_t> time_output_not_ready;
//tag and msg tracking
std::vector<bool> input_tags_changed;