X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fd28d30a3f673b7a9a1198d72266bc744d63fd2..005cf0f71b3817a9e93de0b0c3bd92f216ef5c7f:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index f83be0331b..56b15b3837 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -232,5 +232,10 @@ MSG_error_t MSG_action_trace_run(char *path); #include "instr/instr.h" +/* Used only by the bindings */ +#include "simix/simix.h" +XBT_PUBLIC(smx_context_t) MSG_process_get_smx_ctx(m_process_t process); + + SG_END_DECL() #endif