From 8a64bce0bb019872e961532deb17c6166dca01e6 Mon Sep 17 00:00:00 2001 From: genaud Date: Thu, 30 Jul 2009 13:55:22 +0000 Subject: [PATCH] thought this one would fix my long-standing wait_all() bug. Not yet, but obviously better. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6530 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/smpi/smpi_global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 8b626fd63f..62f27d8d6e 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -18,6 +18,7 @@ void *smpi_request_new() request->buf = NULL; request->completed = 0; + request->consumed = 0; request->mutex = SIMIX_mutex_init(); request->cond = SIMIX_cond_init(); request->data = NULL; -- 2.20.1