X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/584cf83039502064235bfe4cd62730835ebfeccf..e727abe62548b7e41e373141953030d1186cb1fb:/src/simdag/private.h diff --git a/src/simdag/private.h b/src/simdag/private.h index 35bcbc5848..8d76354346 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -23,6 +23,8 @@ typedef struct SD_global { int link_count; /* number of links */ SD_link_t *link_list; /* array of links, created only if necessary in SD_link_get_list */ + SD_link_t *recyclable_route; /* array returned by SD_route_get_list + and mallocated only once */ int watch_point_reached; /* has a task just reached a watch point? */