X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..e38e9ff52039b2dd8416b120031492f9b7a2844b:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index a0a891d562..3c945cc4e6 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -29,4 +29,9 @@ extern int ROUTING_ASR_LEVEL; //Routing level extern int COORD_ASR_LEVEL; //Coordinates level extern int NS3_ASR_LEVEL; //host node for ns3 + +/* The callbacks to register for the routing to work */ +void routing_AS_begin(const char *AS_id, const char *wanted_routing_type); +void routing_AS_end(void); + #endif /* _SURF_SURF_H */