Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use XBT_PUBLIC_CLASS (for mingw).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 8 Mar 2018 21:09:05 +0000 (22:09 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 8 Mar 2018 21:23:20 +0000 (22:23 +0100)
src/kernel/routing/DragonflyZone.hpp

index 70d85de..f676e41 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.
  */
  *    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;
 public:
   explicit DragonflyZone(NetZone* father, std::string name);
   ~DragonflyZone() override;