Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce a few synonyms in XML to allow the use of the new names
[simgrid.git] / include / simgrid / forward.h
index 6f81a81..628f1e5 100644 (file)
@@ -97,8 +97,8 @@ typedef enum {
 } e_surf_trace_connect_kind_t;
 
 typedef enum {
-  SURF_PROCESS_ON_FAILURE_DIE = 1,
-  SURF_PROCESS_ON_FAILURE_RESTART = 0
+  SURF_ACTOR_ON_FAILURE_DIE = 1,
+  SURF_ACTOR_ON_FAILURE_RESTART = 0
 } e_surf_process_on_failure_t;