X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb9dad4e95bf3b7434cae7f56ec767befca84f4e..9189fe94c14ef9e31142d1603a1979ea7e731a0a:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index 8158b0b90c..1b93c210ae 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -103,14 +103,14 @@ typedef struct s_gras_msgtype *gras_msgtype_t; /** @name 3. Message exchange */ /** @{ */ - xbt_error_t gras_msg_send(gras_socket_t sock, - gras_msgtype_t msgtype, - void *payload); - xbt_error_t gras_msg_wait(double timeout, - gras_msgtype_t msgt_want, - gras_socket_t *expeditor, - void *payload); - xbt_error_t gras_msg_handle(double timeOut); + void gras_msg_send(gras_socket_t sock, + gras_msgtype_t msgtype, + void *payload); + void gras_msg_wait(double timeout, + gras_msgtype_t msgt_want, + gras_socket_t *expeditor, + void *payload); + void gras_msg_handle(double timeOut); /* @} */