X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e082217ec28452a0f8fdb0207d8792f0b0932dc..3a57ba0c4456d7138d2a823d1c53629c598286bf:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index a9a70639be..15c4187f83 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -209,9 +209,10 @@ typedef struct { const char* id; const char* type_id; const char* content; + xbt_dict_t properties; } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t; -#define SG_PLATF_STORAGE_INITIALIZER {NULL,NULL,NULL} +#define SG_PLATF_STORAGE_INITIALIZER {NULL,NULL,NULL,NULL} typedef struct { const char* id; @@ -282,10 +283,9 @@ typedef struct s_sg_platf_AS_cbarg *sg_platf_AS_cbarg_t; typedef struct s_sg_platf_AS_cbarg { const char *id; int routing; - xbt_dict_t properties; } s_sg_platf_AS_cbarg_t; -#define SG_PLATF_AS_INITIALIZER {NULL,0,NULL} +#define SG_PLATF_AS_INITIALIZER {NULL,0} XBT_PUBLIC(void) sg_platf_begin(void); // Start a new platform XBT_PUBLIC(void) sg_platf_end(void); // Finish the creation of the platform