Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sends in SG now have a 60s timeout. The right way to go is to have an adaptative...
[simgrid.git] / src / gras / Msg / sg_msg.c
index bd0e50c..67b2d8b 100644 (file)
@@ -78,8 +78,8 @@ void gras_msg_send_ext(gras_socket_t   sock,
 
   DEBUG1("Prepare to send a message to %s",
         MSG_host_get_name (sock_data->to_host));
-  if (MSG_task_put(task, sock_data->to_host,sock_data->to_chan) != MSG_OK) 
-    THROW0(system_error,0,"Problem during the MSG_task_put");
+  if (MSG_task_put_with_timeout(task, sock_data->to_host,sock_data->to_chan,60.0) != MSG_OK) 
+    THROW0(system_error,0,"Problem during the MSG_task_put with timeout 60");
 
   VERB5("Sent to %s(%d) a message type '%s' kind '%s' ID %lu",
        MSG_host_get_name(sock_data->to_host),sock_data->to_PID,