X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da23351cb44bc018edc2c181b90bcdb7083b061c..9b60e270c5fe98fb6c528164aa9c6e4e6045f7e0:/include/simgrid/kernel/routing/NetPoint.hpp?ds=sidebyside diff --git a/include/simgrid/kernel/routing/NetPoint.hpp b/include/simgrid/kernel/routing/NetPoint.hpp index 77d184e7d0..046cd45382 100644 --- a/include/simgrid/kernel/routing/NetPoint.hpp +++ b/include/simgrid/kernel/routing/NetPoint.hpp @@ -40,7 +40,7 @@ public: bool is_host() { return component_type_ == Type::Host; } bool is_router() { return component_type_ == Type::Router; } - static simgrid::xbt::signal onCreation; + static simgrid::xbt::signal on_creation; bool operator<(const NetPoint& rhs) const { return name_ < rhs.name_; }