X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/739ea7d737f8291a0e50fbaa357aa1c7d71d1783..4eed03f7bb0f25191cc58578087de20d06f8b5d9:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 9c144a2652..80be800c82 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -16,8 +16,6 @@ #include "gras_private.h" #include "Transport/transport_interface.h" -extern gras_dynar_t *_gras_trp_sockets; /* all existing sockets */ - /** * s_gras_socket: * @@ -37,7 +35,7 @@ struct s_gras_socket { int peer_port; /* port on the other side */ char *peer_name; /* hostname of the other side */ - void *specific; /* plugin specific data */ + void *data; /* plugin specific data */ }; gras_error_t gras_trp_socket_new(int incomming,