Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile fix: rename function changed after merge.
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index 1ff489f..70f7c10 100644 (file)
@@ -36,7 +36,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 */
 
   int server_port;
   int client_port;