Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add an example of usage of SD_TASK_COMP_PAR_AMDHAL typed tasks. No
[simgrid.git] / src / surf / surf.c
index 709eb29..f95c7b7 100644 (file)
@@ -289,9 +289,14 @@ double generic_maxmin_share_resources(xbt_swag_t running_actions,
   return min;
 }
 
+void generic_update_action_remaining_lazy( surf_action_t action, double now)
+{
+ // TODO merge for cpu and net
+}
+
 static XBT_INLINE void routing_asr_host_free(void *p)
 {
-  network_element_t elm = p;
+  sg_routing_edge_t elm = p;
   free(elm->name);
   xbt_free(elm);
 }