diff options
author | Josh Blum | 2013-05-04 20:42:09 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-04 20:42:09 -0700 |
commit | 734c3740c4ddccfbedf697edbd39021580fd51ce (patch) | |
tree | bdd3d4a9d00b110397ef673692500b62a389cfe6 /lib/block.cpp | |
parent | 540a314a00b747c293f81d7931c22252a861fcdd (diff) | |
download | sandhi-734c3740c4ddccfbedf697edbd39021580fd51ce.tar.gz sandhi-734c3740c4ddccfbedf697edbd39021580fd51ce.tar.bz2 sandhi-734c3740c4ddccfbedf697edbd39021580fd51ce.zip |
gras: implement force done input port option
fixes #28
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index 0015f10..75af20c 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -14,6 +14,7 @@ InputPortConfig::InputPortConfig(void) maximum_items = 0; inline_buffer = false; preload_items = 0; + force_done = true; } OutputPortConfig::OutputPortConfig(void) |