X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a76911504e7585b831b889099ed10fd226a82491..13c5da75068f441142fcf93d4d78124a7885d116:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index daa9be1cf4..21de0d3ac5 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -13,6 +13,7 @@ #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 @@ -37,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;