X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/073f8bce5afb1febdc3580607be8819b90705280..13c5da75068f441142fcf93d4d78124a7885d116:/src/surf/cpu_private.h diff --git a/src/surf/cpu_private.h b/src/surf/cpu_private.h index d203c15aee..63017a446d 100644 --- a/src/surf/cpu_private.h +++ b/src/surf/cpu_private.h @@ -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;