Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize the current_property_set symbol of simix (for process properties) and surf...
[simgrid.git] / src / include / surf / surf.h
index 5c7e563..851f33d 100644 (file)
@@ -545,6 +545,7 @@ XBT_PUBLIC(double)surf_get_clock(void);
 XBT_PUBLIC(void) surf_exit(void);
 
 /* Prototypes of the functions that handle the properties */
+XBT_PUBLIC_DATA(xbt_dict_t) current_property_set; /* the prop set for the currently parsed element (also used in SIMIX) */
 void parse_properties(void);
 void free_string(void*);