diff options
author | Josh Blum | 2012-11-07 00:40:41 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-07 00:40:41 -0800 |
commit | 0f0c68c4a8c32c43eee8f1589878abe376e2b1da (patch) | |
tree | 165014e95b5fa5fda8bcaf95bb7af6b2b99d7f02 /lib/block.cpp | |
parent | 12c56a0845a7b8e5cbff6ed20eae8b3fa3e26b2d (diff) | |
download | sandhi-0f0c68c4a8c32c43eee8f1589878abe376e2b1da.tar.gz sandhi-0f0c68c4a8c32c43eee8f1589878abe376e2b1da.tar.bz2 sandhi-0f0c68c4a8c32c43eee8f1589878abe376e2b1da.zip |
io fails and io config work
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index 2235f72..578b03e 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -21,6 +21,8 @@ using namespace gras; InputPortConfig::InputPortConfig(void) { + reserve_items = 1; + maximum_items = 0; inline_buffer = false; lookahead_items = 0; } |