Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use XBT_PUBLIC_CLASS (for mingw).
[simgrid.git] / src / kernel / routing / DragonflyZone.hpp
index 70d85def19f1919548921821955de9b67a394c1a..f676e410b6be622024e3bd9ad005f17c16df48dd 100644 (file)
@@ -58,7 +58,7 @@ public:
  *    is also not realistic, as blue level can use more links than a single
  *    Aries can handle, thus it should use several routers.
  */
-class DragonflyZone : public ClusterZone {
+XBT_PUBLIC_CLASS DragonflyZone : public ClusterZone {
 public:
   explicit DragonflyZone(NetZone* father, std::string name);
   ~DragonflyZone() override;