X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b9fbe95d804fdef03fd9e09419d568dddcbec3f..77e63efea0d0c200b85f224c2faf9de94d98e83a:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index cdbdc96c63..4560524357 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -67,7 +67,7 @@ void smpi_process_init(int *argc, char ***argv) (*argc)--; data->argc = argc; data->argv = argv; - data->mailbox_small->permanent_receiver=proc;// set the process attached to the mailbox + SIMIX_rdv_set_receiver(data->mailbox_small, proc);// set the process attached to the mailbox XBT_DEBUG("<%d> New process in the game: %p", index, proc); } }