Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Partial fix of GRAS: gras-ping-sg now works again
[simgrid.git] / src / gras / Transport / transport_private.h
index d886c04..ad0f55d 100644 (file)
@@ -74,10 +74,6 @@ typedef struct s_gras_socket {
                                    Field here to remember it when accepting */
 
   int sd;
-  int port;                     /* port on this side */
-  int peer_port;                /* port on the other side */
-  char *peer_name;              /* hostname of the other side */
-  char *peer_proc;              /* process on the other side */
 
   void *data;                   /* plugin specific data */