]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/ObjectInformation.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix MC cross-process memory access
[simgrid.git] / src / mc / ObjectInformation.hpp
index 74c958bce2b10209ee4042e99363ae01e345bd19..ac1fd1b2dfb685e1999dd89b7615e95b413141ce 100644 (file)
@@ -92,9 +92,13 @@ public:
 
   simgrid::mc::Frame* find_function(const void *ip) const;
   simgrid::mc::Variable* find_variable(const char* name) const;
-
+  void remove_global_variable(const char* name);
+  void remove_local_variable(
+    const char* name, const char* scope);
 };
 
+
+
 }
 }