Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2004 18:02:51 +0000 (18:02 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2004 18:02:51 +0000 (18:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@113 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/transport_private.h

index 9c144a2..d6eded4 100644 (file)
@@ -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,