Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a dll for simgrid and protect DLL_EXPORT and DLL_IMPORT from multiple definition
[simgrid.git] / src / gras / Transport / README
index d6b3aace46c799d5fbc79609cffed450c3079184..e65d53d255ccd271dc9cd2ba0dfad1b9a6af86f2 100644 (file)
@@ -37,7 +37,7 @@ typedef struct {
     
   smx_rdv_t rdv_server; /* The rendez-vous point to use */
   smx_rdv_t rdv_client; /* The rendez-vous point to use */
-  smx_comm_t comm_recv; /* The comm of irecv on receiver side */
+  smx_action_t comm_recv; /* The comm of irecv on receiver side */
 } s_gras_trp_sg_sock_data_t,*gras_trp_sg_sock_data_t;
 
 In GRAS, there is a listener process, in charge of pumping everything