X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be6d8f185ebf696bba1c4d559f4af0a618f0103..74de9c25ddcff88858f723ebc64d25027e71ba12:/src/xbt/config.c?ds=inline diff --git a/src/xbt/config.c b/src/xbt/config.c index f5fd93c3a6..71f90259e3 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -18,7 +18,12 @@ #include "xbt/peer.h" #include "xbt/config.h" /* prototypes of this module */ -#include "surf/surf.h" /* COORD_HOST_LEVEL and COORD_ASR_LEVEL */ +#include "surf/surf_routing.h" /* COORD_HOST_LEVEL and COORD_ASR_LEVEL */ + +xbt_lib_t host_lib; +int COORD_HOST_LEVEL; //Coordinates level +xbt_lib_t as_router_lib; +int COORD_ASR_LEVEL; //Coordinates level XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_cfg, xbt, "configuration support");