Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype for update_resource_state.
[simgrid.git] / src / surf / surf_timer.c
index 3a7463b..d61560c 100644 (file)
@@ -115,7 +115,7 @@ static void update_actions_state(double now, double delta)
 
 static void update_resource_state(void *id,
                                  tmgr_trace_event_t event_type,
-                                 double value)
+                                 double value, double date)
 {
   command_t command = id;