Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to exchange fixed-sized arrays which size is \#defined
[simgrid.git] / src / gras / DataDesc / datadesc.c
index bedca88..bca8502 100644 (file)
@@ -140,6 +140,9 @@ gras_datadesc_init(void) {
   gras_datadesc_struct_close(ddt);
 
   ddt = gras_datadesc_ref("xbt_host_t",ddt);
+
+  /* Dict containing the constant value (for the parsing macro) */
+  gras_dd_constants = xbt_dict_new();
   
 }