Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Partial fix of GRAS: gras-ping-sg now works again
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index 16e4f00..0180b9a 100644 (file)
@@ -37,6 +37,9 @@ 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 */
+
+  int server_port;
+  int client_port;
 } s_gras_trp_sg_sock_data_t, *gras_trp_sg_sock_data_t;