Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Have the s4u::Actor::execute() actually wait for the completion of the execution
[simgrid.git] / include / simgrid / s4u / actor.hpp
index 4476f5e..6b9c524 100644 (file)
@@ -81,7 +81,7 @@ public:
        void sleep(double duration);
 
        /** Block the actor, computing the given amount of flops */
        void sleep(double duration);
 
        /** Block the actor, computing the given amount of flops */
-       void execute(double flop);
+       e_smx_state_t execute(double flop);
 
        /** Block the actor until it gets a message from the given mailbox */
        void *recv(Mailbox &chan);
 
        /** Block the actor until it gets a message from the given mailbox */
        void *recv(Mailbox &chan);