X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3141b2111e49b104c2c6b59fe9e61146a688d38..13c5da75068f441142fcf93d4d78124a7885d116:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index a2c6654701..21de0d3ac5 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -13,12 +13,11 @@ #include "surf/trace_mgr.h" #include "xbt/log.h" #include "surf/surfxml_parse_private.h" +#include "surf/random_mgr.h" #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 { @@ -39,7 +38,7 @@ typedef struct surf_model_private { /* Update the actions' state */ void (*update_actions_state) (double now, double delta); void (*update_resource_state) (void *id, tmgr_trace_event_t event_type, - double value); + double value, double time); void (*finalize) (void); } s_surf_model_private_t;