X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c57e3c66368c79c8c1be80add52f4cc147e81ac8..4a6b0a991a67e6f2f67c03fed43529e078da7115:/src/mc/mc_request.cpp diff --git a/src/mc/mc_request.cpp b/src/mc/mc_request.cpp index 56e960ee9f..c77bc95719 100644 --- a/src/mc/mc_request.cpp +++ b/src/mc/mc_request.cpp @@ -6,11 +6,11 @@ #include -#include "mc_request.h" -#include "mc_safety.h" -#include "mc_private.h" -#include "mc_smx.h" -#include "mc_xbt.hpp" +#include "src/mc/mc_request.h" +#include "src/mc/mc_safety.h" +#include "src/mc/mc_private.h" +#include "src/mc/mc_smx.h" +#include "src/mc/mc_xbt.hpp" using simgrid::mc::remote; @@ -158,7 +158,7 @@ int MC_request_depend(smx_simcall_t r1, smx_simcall_t r2) return simcall_comm_irecv__get__rdv(r1) == simcall_comm_irecv__get__rdv(r2); case SIMCALL_COMM_WAIT: if (synchro1->comm.src_buff == synchro2->comm.src_buff - && synchro2->comm.dst_buff == synchro2->comm.dst_buff) + && synchro1->comm.dst_buff == synchro2->comm.dst_buff) return FALSE; else if (synchro1->comm.src_buff != NULL && synchro1->comm.dst_buff != NULL