]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/EmptyZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate wake_all_waiting_actors from simix::Global to kernel::EngineImpl
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index 229caf088d4e4b645d3863709fdef6758b44d5fe..e33e1aff3e21ea300b907fdecf365c1e965297b6 100644 (file)
@@ -24,7 +24,7 @@ void EmptyZone::get_graph(const s_xbt_graph_t* /*graph*/, std::map<std::string,
 } // namespace kernel
 
 namespace s4u {
-NetZone* createEmptyZone(const std::string& name)
+NetZone* create_empty_zone(const std::string& name)
 {
   return (new kernel::routing::EmptyZone(name))->get_iface();
 }