]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/cpu_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the bug on MSG_task_put_bounded raised by Fredo, Henri and Matthieu.
[simgrid.git] / src / surf / cpu_private.h
index d203c15aeeae69a8dffae3c817decb377af9130c..63017a446dbe31f93f67b6b42e600b1799a2279e 100644 (file)
@@ -27,6 +27,8 @@ typedef struct cpu_Cas01 {
   e_surf_cpu_state_t state_current;
   tmgr_trace_event_t state_event;
   lmm_constraint_t constraint;
+  /*Handles the properties that can be added to cpu's*/
+  xbt_dict_t properties;
 } s_cpu_Cas01_t, *cpu_Cas01_t;
 
 extern xbt_dict_t cpu_set;