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.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.cpp')
-rw-r--r-- | lib/block.cpp | 2 |
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) |