X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c017ef5ba2cee263fba6ab0e483e4639390782b7..0623786fda92bed93596f8de80575ab2db7385f2:/src/surf/surf_private.h?ds=sidebyside diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 0c28c7bb86..7ee42c59a1 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -13,6 +13,7 @@ #include "surf/surf_parse.h" typedef struct surf_resource_private { + int (*resource_used)(void *resource_id); /* Share the resources to the actions and return in hom much time the next action may terminate */ xbt_heap_float_t(*share_resources) (xbt_heap_float_t now);