Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC gets the addresses of variables it needs from the network (not dwarf)
[simgrid.git] / teshsuite / mc / dwarf / dwarf.cpp
index 39739ca..b3fe240 100644 (file)
@@ -117,7 +117,7 @@ int main(int argc, char** argv)
   simgrid::mc::Type* type;
 
   simgrid::mc::RemoteProcess process(getpid());
-  process.init();
+  process.init(nullptr, nullptr, nullptr, nullptr);
 
   test_global_variable(process, process.binary_info.get(), "some_local_variable", &some_local_variable, sizeof(int));