summaryrefslogtreecommitdiff
path: root/lib/block.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-12-01 13:55:48 -0800
committerJosh Blum2012-12-01 13:55:48 -0800
commita1449c97eefa1635680ede98f61ab3538c56eb21 (patch)
tree64879533cb17caad2e6cab085a5fba0ef6abfe06 /lib/block.cpp
parent999d15b5dca5de7c32ddb87469d5c78136473de7 (diff)
downloadsandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.gz
sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.tar.bz2
sandhi-a1449c97eefa1635680ede98f61ab3538c56eb21.zip
changed lookahead to preload, thats all it is
Diffstat (limited to 'lib/block.cpp')
-rw-r--r--lib/block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block.cpp b/lib/block.cpp
index 945b1e9..878bd16 100644
--- a/lib/block.cpp
+++ b/lib/block.cpp
@@ -11,7 +11,7 @@ InputPortConfig::InputPortConfig(void)
reserve_items = 1;
maximum_items = 0;
inline_buffer = false;
- lookahead_items = 0;
+ preload_items = 0;
}
OutputPortConfig::OutputPortConfig(void)