Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype for update_resource_state.
[simgrid.git] / src / surf / network_constant.c
index b14662a..36664cc 100644 (file)
@@ -199,7 +199,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 time)
 {
   DIE_IMPOSSIBLE;
 }