diff options
author | Josh Blum | 2012-09-09 19:18:42 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-09 19:18:42 -0700 |
commit | 753237c73815a5c18f29a4bbd9df05b6af8b8e57 (patch) | |
tree | b26c5a2b4b3e4c89c7b85cb93e38f55bcee93335 /lib/element_impl.hpp | |
parent | 920d654bcf22024fe08c35474fdfcf8df7c72a4d (diff) | |
download | sandhi-753237c73815a5c18f29a4bbd9df05b6af8b8e57.tar.gz sandhi-753237c73815a5c18f29a4bbd9df05b6af8b8e57.tar.bz2 sandhi-753237c73815a5c18f29a4bbd9df05b6af8b8e57.zip |
common code for dealing with end of task
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 991ab4e..cf7f164 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -113,6 +113,7 @@ struct ElementImpl void handle_allocation(const tsbe::TaskInterface &); void handle_task(const tsbe::TaskInterface &); void mark_done(const tsbe::TaskInterface &); + void conclusion(const tsbe::TaskInterface &task_iface, const bool); void buffer_returner(const size_t index, tsbe::Buffer &buffer); //is the fg running? |