Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introducing new functionnality without breaking the API.
[simgrid.git] / src / surf / surf_private.h
index 968c380..f819a09 100644 (file)
@@ -33,6 +33,10 @@ typedef struct surf_resource_private {
 
 double generic_maxmin_share_resources(xbt_swag_t running_actions,
                                      size_t offset);
 
 double generic_maxmin_share_resources(xbt_swag_t running_actions,
                                      size_t offset);
+double generic_maxmin_share_resources2(xbt_swag_t running_actions,
+                                      size_t offset,
+                                      lmm_system_t sys);
+
 /* Generic functions common to all ressources */
 e_surf_action_state_t surf_action_get_state(surf_action_t action);
 void surf_action_free(surf_action_t * action);
 /* Generic functions common to all ressources */
 e_surf_action_state_t surf_action_get_state(surf_action_t action);
 void surf_action_free(surf_action_t * action);