X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aeecb4a229ff5617422483d5945c875dce84ac0e..509e8eaf9d87061013538f79a0fba44865c58c0a:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 2c53b22bfe..af323a9eb7 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -32,7 +32,7 @@ typedef enum { typedef struct surf_model_private { int (*resource_used) (void *resource_id); - /* Share the resources to the actions and return in hom much time + /* Share the resources to the actions and return in how much time the next action may terminate */ double (*share_resources) (double now); /* Update the actions' state */ @@ -53,7 +53,7 @@ double generic_maxmin_share_resources(xbt_swag_t running_actions, lmm_system_t sys, void (*solve) (lmm_system_t)); -/* Generic functions common to all modelss */ +/* Generic functions common to all models */ e_surf_action_state_t surf_action_get_state(surf_action_t action); double surf_action_get_start_time(surf_action_t action); double surf_action_get_finish_time(surf_action_t action);