X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/feefe05452f4d2543b86956a88ecb13aba9a7e76..1a2592601e29b027872580cbfc364194f8b01ba6:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index d886c045ea..ad0f55d2f7 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -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 */