wrench::FunctionManagerWaitOneMessage
-
class FunctionManagerWaitOneMessage : public wrench::FunctionManagerMessage
A message sent by the function manager when one waited-upon invocation completes.
Public Functions
Constructor.
- Parameters:
answer_commport – the commport to notify
invocation – the invocation that finished
Public Members
-
S4U_CommPort *answer_commport
The commport to notify.
-
std::shared_ptr<Invocation> invocation
The invocation.