diff options
author | Josh Blum | 2012-12-01 13:55:48 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-01 13:55:48 -0800 |
commit | a1449c97eefa1635680ede98f61ab3538c56eb21 (patch) | |
tree | 64879533cb17caad2e6cab085a5fba0ef6abfe06 /lib/block_handlers.cpp | |
parent | 999d15b5dca5de7c32ddb87469d5c78136473de7 (diff) | |
download | sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.gz sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.bz2 sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.zip |
changed lookahead to preload, thats all it is
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 3d66ec9..3eb39db 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -54,7 +54,6 @@ void BlockActor::handle_top_token( //TODO, schedule this message as a pre-allocation message //tell the upstream about the input requirements OutputHintMessage output_hints; - output_hints.history_bytes = this->input_configs[i].lookahead_items*this->input_items_sizes[i]; output_hints.reserve_bytes = this->input_configs[i].reserve_items*this->input_items_sizes[i]; output_hints.token = this->input_tokens[i]; this->post_upstream(i, output_hints); |