X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5b7ca2bccfd542f49b069ef8239391ecadcbc55..1ca34b76da924ef9743ce07316d18e69ba45374f:/src/simix/SynchroComm.hpp diff --git a/src/simix/SynchroComm.hpp b/src/simix/SynchroComm.hpp index fe672fc7b8..02c427d5a2 100644 --- a/src/simix/SynchroComm.hpp +++ b/src/simix/SynchroComm.hpp @@ -35,7 +35,7 @@ namespace simix { #if HAVE_MC smx_mailbox_t mbox_cpy = nullptr; /* Copy of the rendez-vous where the comm is queued, MC needs it for DPOR - (comm.mbox set to NULL when the communication is removed from the mailbox + (comm.mbox set to nullptr when the communication is removed from the mailbox (used as garbage collector)) */ #endif bool detached = false; /* If detached or not */