X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6be248713757287eb951054a63c9f251d52ee0a..9caf173e476622d309cc5653a83d224d05787cc7:/src/instr/jedule/jedule_sd_binding.cpp diff --git a/src/instr/jedule/jedule_sd_binding.cpp b/src/instr/jedule/jedule_sd_binding.cpp index c157f2bc06..751dd3b1f4 100644 --- a/src/instr/jedule/jedule_sd_binding.cpp +++ b/src/instr/jedule/jedule_sd_binding.cpp @@ -29,11 +29,11 @@ void jedule_log_sd_event(SD_task_t task) void jedule_sd_init() { sg_netzone_t root_comp = simgrid::s4u::Engine::getInstance()->getNetRoot(); - XBT_DEBUG("root name %s\n", root_comp->getCname()); + XBT_DEBUG("root name %s\n", root_comp->get_cname()); my_jedule = new simgrid::jedule::Jedule(); - jed_container_t root_container = new simgrid::jedule::Container(std::string(root_comp->getCname())); + jed_container_t root_container = new simgrid::jedule::Container(std::string(root_comp->get_cname())); root_container->createHierarchy(root_comp); my_jedule->root_container = root_container; }