X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0713d566d608ad3489ada8327c366e65044d9279..3a057f91da245a7c4e2fe17290d18718e8e6f39e:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 9c144a2652..d6eded44f6 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -37,7 +37,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,