]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The second version of hierarchical routing. I implemented the parse functions and...
[simgrid.git] / src / surf / surf_private.h
index cfa4f8afd34a68e12400b41a41e1d5e397fa771f..8c19ac34985e29f036dd71cd247c6ed8d78265df 100644 (file)
@@ -66,6 +66,11 @@ void surf_config_finalize(void);
 void surf_config(const char *name, va_list pa);
 
 
+void net_action_recycle(surf_action_t action);
+double net_action_get_remains(surf_action_t action);
+int net_get_link_latency(surf_action_t action);
+void net_action_set_max_duration(surf_action_t action, double duration);
+
 /*
  * Returns the initial path. On Windows the initial path is
  * the current directory for the current process in the other