Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace surf by surf++ and make it compile
[simgrid.git] / src / surf / surf_routing_none.c
index d312a29..1379bb7 100644 (file)
@@ -6,7 +6,9 @@
 
 #include "surf_routing_private.h"
 
+extern "C" {
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf");
+}
 
 static xbt_dynar_t none_get_onelink_routes(AS_t rc) {
   return NULL;