X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c17728963bd9e2b81e4764aa1d1b90a19e5de741..aea5cd54d7bc57803095a419ce5e9f1765634921:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 8f147725ef..7f4c81a1b8 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -178,12 +178,11 @@ typedef struct s_as { struct s_routing_global { AS_t root; void *loopback; - size_t size_of_link; xbt_dynar_t last_route; xbt_dynar_t(*get_onelink_routes) (void); }; -XBT_PUBLIC(void) routing_model_create(size_t size_of_link, void *loopback); +XBT_PUBLIC(void) routing_model_create(void *loopback); XBT_PUBLIC(void) routing_exit(void); XBT_PUBLIC(void) storage_register_callbacks(void); XBT_PUBLIC(void) routing_register_callbacks(void);