Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sleep actions can neither be suspended nor resumed...
[simgrid.git] / src / surf / cpu_private.h
index 3e6d427..7f93e30 100644 (file)
@@ -14,6 +14,7 @@
 typedef struct surf_action_cpu_Cas01 {
   s_surf_action_t generic_action;
   lmm_variable_t variable;
+  int suspended;  
 } s_surf_action_cpu_Cas01_t, *surf_action_cpu_Cas01_t;
 
 typedef struct cpu_Cas01 {