Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo in comments, and add the timeout to the CB context. This is mandatory to have...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 13:57:45 +0000 (13:57 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 13:57:45 +0000 (13:57 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2070 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Msg/msg_private.h

index 8366af1..54511b7 100644 (file)
@@ -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;