X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/073f8bce5afb1febdc3580607be8819b90705280..1eb87c9e20e9f75c6167aeed4cb90cfc4d82dc3d:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 1715b65a8c..5a50994599 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -123,7 +123,7 @@ typedef struct surf_action_state { typedef struct surf_model_public { s_surf_action_state_t states; /**< Any living action on this model */ void *(*name_service) (const char *name); /**< Return a model given its name */ - const char *(*get_model_name) (void *model_id); /**< Return the name of a model */ + const char *(*get_resource_name) (void *resource_id); /**< Return the name of a resource */ e_surf_action_state_t(*action_get_state) (surf_action_t action); /**< Return the state of an action */ double (*action_get_start_time) (surf_action_t action); /**< Return the start time of an action */