X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bae076147bfc88ce8607f15761149f42d0443585..62b54dd272b6f669c0a9b231991d572c3bec52b5:/src/surf/surf_routing.hpp diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index fbe19f2228..0a4fe65f69 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -157,4 +157,11 @@ public: void getRouteAndLatency(RoutingEdge *src, RoutingEdge *dst, xbt_dynar_t * links, double *latency); }; +/************* + * Callbacks * + *************/ + +XBT_PUBLIC_DATA(surf_callback(void, RoutingEdge*)) routingEdgeCreatedCallbacks; +XBT_PUBLIC_DATA(surf_callback(void, As*)) asCreatedCallbacks; + #endif /* NETWORK_ROUTING_HPP_ */