X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1af04af978a0d15f9e4e16db1270e42ff0fc6d11..c12f31e0bf110c61b506ef20c1d4de6b2cd2db87:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index fd1a3a47ae..d399b462f8 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -1171,6 +1171,11 @@ smx_process_t SIMIX_comm_get_dst_proc(smx_action_t action) } #ifdef HAVE_LATENCY_BOUND_TRACKING +int SIMIX_pre_comm_is_latency_bounded(smx_simcall_t simcall, smx_action_t action) +{ + return SIMIX_comm_is_latency_bounded(action); +} + /** * \brief verify if communication is latency bounded * \param comm The communication