X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89df17fd2f872e224e49bbdeeba43ca76a5b7d71..214f188618ac52530034513e24a0a9b6353e0f95:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 749c3e87b1..40d6955287 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -105,7 +105,8 @@ bool MC_object_info_is_privatized(mc_object_info_t info) XBT_INTERNAL void* MC_object_base_address(mc_object_info_t info); XBT_INTERNAL mc_object_info_t MC_new_object_info(void); -XBT_INTERNAL mc_object_info_t MC_find_object_info(memory_map_t maps, const char* name, int executable); +XBT_INTERNAL mc_object_info_t MC_find_object_info( + std::vector const& maps, const char* name, int executable); XBT_INTERNAL void MC_free_object_info(mc_object_info_t* p); XBT_INTERNAL dw_frame_t MC_file_object_info_find_function(mc_object_info_t info, const void *ip);