Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make the getNetzoneByType usable and tested
[simgrid.git] / src / kernel / routing / ClusterZone.hpp
index bb1eb03..a9a7866 100644 (file)
@@ -65,7 +65,7 @@ namespace routing {
  *  (because the private router is directly connected to the cluster core).
  */
 
-class XBT_PRIVATE ClusterZone : public NetZoneImpl {
+class ClusterZone : public NetZoneImpl {
 public:
   explicit ClusterZone(NetZone* father, std::string name);