X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3072be2de56fbf379bb67604b4aef9701cc76244..ed1436de46a7989e6ca45b6053ea1205b6715151:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 0da07719ef..8739042843 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -107,7 +107,7 @@ typedef struct s_model_type { const char *name; const char *desc; AS_t (*create) (); - void (*end) (); + void (*end) (AS_t as); } s_routing_model_description_t, *routing_model_description_t; typedef struct s_route {