Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
two more clobbered variables that prevent me to compile. Don't ask
[simgrid.git] / examples / gras / all2all / all2all.c
index db1504b..8e3b0f4 100644 (file)
@@ -82,7 +82,7 @@ int sender(int argc, char *argv[])
   xbt_peer_t h;                 /* iterator */
   int connected = 0;
 
-  gras_socket_t peer = NULL;    /* socket to node */
+  volatile gras_socket_t peer = NULL;    /* socket to node */
 
 
   /* xbt_dynar for peers */