X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a2f031cc377418f3716415ba669434bfd3a5df4..1a2592601e29b027872580cbfc364194f8b01ba6:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 2588813a7e..ad0f55d2f7 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -1,10 +1,9 @@ -/* $Id$ */ - /* transport - low level communication (send/receive bunches of bytes) */ /* module's private interface masked even to other parts of GRAS. */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -75,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 */ @@ -116,4 +111,4 @@ void gras_trp_sg_setup(gras_trp_plugin_t plug); gras_socket_t gras_trp_buf_init_sock(gras_socket_t sock); -#endif /* GRAS_TRP_PRIVATE_H */ +#endif /* GRAS_TRP_PRIVATE_H */