X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa99a28f4aa15a759609b66eae65501eccc1cf4a..1dbdb7cb3a16885ab4749222c48f7bf83a7e0ef3:/src/simix/smx_io.cpp diff --git a/src/simix/smx_io.cpp b/src/simix/smx_io.cpp index 9361f1d252..14939882e4 100644 --- a/src/simix/smx_io.cpp +++ b/src/simix/smx_io.cpp @@ -68,7 +68,7 @@ void SIMIX_io_destroy(smx_activity_t synchro) void SIMIX_io_finish(smx_activity_t synchro) { - for (smx_simcall_t simcall : synchro->simcalls) { + for (smx_simcall_t const& simcall : synchro->simcalls) { switch (synchro->state) { case SIMIX_DONE: /* do nothing, synchro done */