X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d509dd175e358ed71fd0ef4337539ac460f2d2aa..39b079c66644d717e0a7983d3325410dd05152b2:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index cf0b742a5c..9dbf036ae8 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -23,8 +23,6 @@ #include "mc_process.h" #include "../smpi/private.h" -SG_BEGIN_DECL(); - // ***** Type typedef int e_dw_type_type; @@ -117,6 +115,7 @@ XBT_INTERNAL void* MC_object_base_address(mc_object_info_t info); XBT_INTERNAL std::shared_ptr 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); @@ -170,6 +169,4 @@ struct s_mc_function_index_item { XBT_INTERNAL void mc_frame_free(dw_frame_t freme); -SG_END_DECL() - #endif