Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype for update_resource_state.
[simgrid.git] / src / surf / workstation_ptask_L07.c
index 6c68352..cb8022d 100644 (file)
@@ -361,7 +361,7 @@ static void update_actions_state(double now, double delta)
 
 static void update_resource_state(void *id,
                                  tmgr_trace_event_t event_type,
 
 static void update_resource_state(void *id,
                                  tmgr_trace_event_t event_type,
-                                 double value)
+                                 double value, double date)
 {
   cpu_L07_t cpu = id;
   link_L07_t nw_link = id;
 {
   cpu_L07_t cpu = id;
   link_L07_t nw_link = id;