Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move variable defintion out of header file.
[simgrid.git] / src / instr / jedule / jedule_platform.cpp
index 877905d..133b1f6 100644 (file)
 
 #if SIMGRID_HAVE_JEDULE
 
+namespace {
+std::unordered_map<const char*, jed_container_t> host2_simgrid_parent_container;
+std::unordered_map<std::string, jed_container_t> container_name2container;
+}
+
 namespace simgrid {
 namespace jedule {
 Subset::Subset(int start_idx, int end_idx, Container* parent)