]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_cluster.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As::bypassRoutes_ does not need to be a reference
[simgrid.git] / src / surf / surf_routing_cluster.hpp
index bd2da0a5ec47bc45834deae4e421c3e99f4a0949..8ea48361989606cce3ea1382c37f9c7a8508b399 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <xbt/base.h>
 
-#include "surf_routing_none.hpp"
+#include "surf_routing.hpp"
 #include "network_interface.hpp"
 
 namespace simgrid {
@@ -24,7 +24,7 @@ class XBT_PRIVATE AsCluster;
 /* ************************************************** */
 /* **************  Cluster ROUTING   **************** */
 
-class AsCluster: public AsNone {
+class AsCluster: public As {
 public:
   AsCluster(const char*name);