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