X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1eb87c9e20e9f75c6167aeed4cb90cfc4d82dc3d..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 0b663029c3..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 { @@ -48,8 +50,6 @@ extern int use_sdp_solver; extern int use_lagrange_solver; double generic_maxmin_share_resources(xbt_swag_t running_actions, - size_t offset); -double generic_maxmin_share_resources2(xbt_swag_t running_actions, size_t offset, lmm_system_t sys, void (*solve)(lmm_system_t)); @@ -65,11 +65,9 @@ void surf_action_set_data(surf_action_t action, void *data); FILE * surf_fopen(const char *name, const char *mode); -extern lmm_system_t maxmin_system; 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