X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8499055fbaebc9fd0d309ae43a6072c8f5b4a68e..b44a4c1363c2831e4ce15471740af17c7b0f4c08:/src/gras/Msg/msg_private.h diff --git a/src/gras/Msg/msg_private.h b/src/gras/Msg/msg_private.h index 8366af1802..54511b788a 100644 --- a/src/gras/Msg/msg_private.h +++ b/src/gras/Msg/msg_private.h @@ -88,7 +88,7 @@ void gras_cbl_free(void *); /* used to free the memory at the end */ void gras_cblist_free(void *cbl); /** - * gras_msg_cbctx_t: + * gras_msg_cb_ctx_t: * * Context associated to a given callback (to either regular message or RPC) */ @@ -96,7 +96,7 @@ struct s_gras_msg_cb_ctx { gras_socket_t expeditor; gras_msgtype_t msgtype; unsigned long int ID; - + double timeout; }; typedef struct s_gras_msg_cb_ctx s_gras_msg_cb_ctx_t;