Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one more legacy MSG function
[simgrid.git] / src / msg / msg_legacy.cpp
index eb797db..43ac177 100644 (file)
@@ -74,6 +74,11 @@ void MSG_process_restart(sg_actor_t actor)
 {
   sg_actor_restart(actor);
 }
 {
   sg_actor_restart(actor);
 }
+void MSG_process_auto_restart_set(sg_actor_t actor, int auto_restart)
+{
+  sg_actor_set_auto_restart(actor, auto_restart);
+}
+
 void MSG_process_daemonize(sg_actor_t actor)
 {
   sg_actor_daemonize(actor);
 void MSG_process_daemonize(sg_actor_t actor)
 {
   sg_actor_daemonize(actor);