Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test and fix Comm::set_payload_size + more chaining
[simgrid.git] / src / s4u / s4u_Exec.cpp
index edea68571a8dcd76f028afe118a0a838042de030..31f69d287e2b6d8a253ad290370c572e40c04eeb 100644 (file)
@@ -22,6 +22,11 @@ Exec::Exec()
   pimpl_ = kernel::activity::ExecImplPtr(new kernel::activity::ExecImpl());
 }
 
+ExecPtr Exec::init()
+{
+  return ExecPtr(new Exec());
+}
+
 Exec* Exec::wait()
 {
   return this->wait_for(-1);