X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c93aab46d2f1dd9bfff43471ea78a9369aa4762..616ba5a6c0390b7fd7b8dbd5849e4eb236c16c3c:/src/s4u/s4u_actor.cpp diff --git a/src/s4u/s4u_actor.cpp b/src/s4u/s4u_actor.cpp index b888d9b770..0e82ceeaf6 100644 --- a/src/s4u/s4u_actor.cpp +++ b/src/s4u/s4u_actor.cpp @@ -18,7 +18,7 @@ using namespace simgrid; s4u::Actor::Actor(smx_process_t smx_proc) : pimpl_(smx_proc) {} -s4u::Actor::Actor(const char* name, s4u::Host *host, double killTime, std::function code) +s4u::Actor::Actor(const char* name, s4u::Host *host, double killTime, std::function code) { // TODO, when autorestart is used, the std::function is copied so the new // instance will get a fresh (reinitialized) state. Is this what we want?