Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sockets is now part of the process data
[simgrid.git] / src / gras / Transport / transport_private.h
index 9c144a2..80be800 100644 (file)
@@ -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,