X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04b62daf10d4a89e8a74ec793403183009da153b..688697437ee29632f93998b1d41fcc0f8cb9faee:/src/surf/workstation.c diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 2c0e553bd2..f55900372f 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -387,7 +387,7 @@ static surf_action_t execute_parallel_task (int workstation_nb, return (surf_action_t) action; } -static void* get_route(void *src, void *dst) { +static const void** get_route(void *src, void *dst) { /* TODO */ return NULL;