diff options
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? |