X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fad7c050587ca9dc0951b77d73e283b1dc9457..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index e690b1c477..e417d40497 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -17,6 +17,8 @@ #define NO_MAX_DURATION -1.0 #define SG_TCP_CTE_GAMMA 20000.0 +xbt_dict_t current_property_set; + extern const char *surf_action_state_names[6]; typedef enum { @@ -66,7 +68,6 @@ FILE * surf_fopen(const char *name, const char *mode); extern tmgr_history_t history; extern xbt_dynar_t surf_path; - /* * Returns the initial path. On Windows the initial path is * the current directory for the current process in the other