X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a22eb0ac7d22d5beaa6e33adf8f85c28dac59024..a18117755285a374ec3d5830309c924f2830e3ba:/src/kernel/routing/ClusterZone.hpp diff --git a/src/kernel/routing/ClusterZone.hpp b/src/kernel/routing/ClusterZone.hpp index 8f08d195ef..0096ae11a6 100644 --- a/src/kernel/routing/ClusterZone.hpp +++ b/src/kernel/routing/ClusterZone.hpp @@ -14,7 +14,7 @@ namespace simgrid { namespace kernel { namespace routing { -class XBT_PRIVATE AsCluster: public AsImpl { +class XBT_PRIVATE AsCluster : public AsImpl { public: explicit AsCluster(As* father, const char* name); @@ -28,15 +28,15 @@ public: /* The pair is {linkUp, linkDown} */ std::unordered_map> privateLinks_; - Link* backbone_ = nullptr; - void *loopback_ = nullptr; - NetCard *router_ = nullptr; - bool hasLimiter_ = false; - bool hasLoopback_ = false; + Link* backbone_ = nullptr; + void* loopback_ = nullptr; + NetCard* router_ = nullptr; + bool hasLimiter_ = false; + bool hasLoopback_ = false; unsigned int linkCountPerNode_ = 1; /* may be 1 (if only a private link), 2 or 3 (if limiter and loopback) */ - }; - -}}} // namespace +} +} +} // namespace #endif /* SIMGRID_ROUTING_CLUSTER_HPP_ */