Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: fix registering maestro tables
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index 1ff489f3d0452814aacb5e488d95cf9536d79f92..b634604a2e20f0f572220154d0b4b424d0bbfa3d 100644 (file)
@@ -36,7 +36,8 @@ 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 */
+  gras_msg_t msg;               /* The destination buffer of the comm data */
 
   int server_port;
   int client_port;