X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..e4e4b7da7f6a6d04b659f0aa9c1de8733939096f:/src/surf/sg_platf.cpp diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index db9026a2e5..9f2a198685 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -29,7 +29,7 @@ #include #include -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_parse); +XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(platf_parse); namespace simgrid::kernel::routing { xbt::signal on_cluster_creation; @@ -42,14 +42,8 @@ static simgrid::kernel::routing::ClusterZoneCreationArgs static simgrid::kernel::routing::NetZoneImpl* current_routing = nullptr; static simgrid::s4u::Host* current_host = nullptr; -/** Module management function: creates all internal data structures */ -void sg_platf_init() -{ - // Do nothing: just for symmetry of user code -} - /** Module management function: frees all internal data structures */ -void sg_platf_exit() +void sg_platf_parser_finalize() { simgrid::kernel::routing::on_cluster_creation.disconnect_slots();