X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43bc6b8bca8abe222efa9cc72faf0018b1c8867d..8b166842cf79389293a5ad953b195caa6a03331f:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index 42c2019826..aca40a0c19 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -99,6 +99,7 @@ XBT_PUBLIC gras_socket_t gras_msg_cb_ctx_from(gras_msg_cb_ctx_t ctx); XBT_PUBLIC gras_msg_cb_ctx_t gras_msg_cb_ctx_new(gras_socket_t expe, gras_msgtype_t msgtype, unsigned long int ID, + int answer_due, double timeout); XBT_PUBLIC void gras_msg_cb_ctx_free(gras_msg_cb_ctx_t ctx) ;