X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddabdf505ca5684fbcc0a4000ca27b89b4732abc..eac77828e5174e46ff0bffc3a17149aaefb62438:/src/surf/surf_routing.cpp diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 470214230e..2fa1297d6d 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -49,7 +49,9 @@ namespace surf { sg_platf_route_cbarg_t As::getBypassRoute(NetCard * /*src*/, NetCard * /*dst*/, double * /*lat*/) { return NULL; } - + xbt_dynar_t As::getOneLinkRoutes() { + return NULL; + } int As::addComponent(NetCard *elm) { XBT_DEBUG("Load component \"%s\"", elm->name());