Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve compilation time by epsilon by sharpening the includes (str.h loads dynar...
[simgrid.git] / src / surf / cpu_private.h
index d203c15..0e91cb5 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "surf_private.h"
 #include "xbt/dict.h"
+#include "xbt/str.h"
 
 typedef struct surf_action_cpu_Cas01 {
   s_surf_action_t generic_action;
@@ -27,6 +28,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;