X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de707cb1c879636021db2bd4c78785baa532aad7..f5ad0a2a3554dc8f10c8fbba5715b7c92ff1d350:/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 */