Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] C++ location lists and expressions
[simgrid.git] / src / mc / mc_process.h
index b357134..3215c4f 100644 (file)
@@ -92,8 +92,8 @@ public:
   std::shared_ptr<s_mc_object_info_t> find_object_info(remote_ptr<void> addr) const;
   std::shared_ptr<s_mc_object_info_t> find_object_info_exec(remote_ptr<void> addr) const;
   std::shared_ptr<s_mc_object_info_t> find_object_info_rw(remote_ptr<void> addr) const;
-  dw_frame_t find_function(remote_ptr<void> ip) const;
-  dw_variable_t find_variable(const char* name) const;
+  mc_frame_t find_function(remote_ptr<void> ip) const;
+  mc_variable_t find_variable(const char* name) const;
 
   // Heap access:
   xbt_mheap_t get_heap()