X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3daae820581b21fdb17a7fd73ae92d617c2ab72a..20427e1463985c071ac551547d0906e282b43520:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 79aee43c32..fc3704c863 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -39,6 +39,7 @@ typedef struct { e_surf_resource_state_t V_host_state_initial; //state tmgr_trace_t V_host_state_trace; //state file const char* V_host_coord; + xbt_dict_t properties; } s_sg_platf_host_cbarg_t, *sg_platf_host_cbarg_t; typedef struct {