Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define a special test_case for failing tests.
[simgrid.git] / src / s4u / s4u_Netzone.cpp
index 2e13264b4edff7d41aa8f2bff84fc68a043b382a..4fab50aa6fb4b89ecc6c5eed913a43cba441be57 100644 (file)
@@ -67,7 +67,7 @@ std::vector<Host*> NetZone::get_all_hosts() const
   return pimpl_->get_all_hosts();
 }
 
-int NetZone::get_host_count()
+int NetZone::get_host_count() const
 {
   return pimpl_->get_host_count();
 }