Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Two new functions (gras_socket_server_range and gras_socket_client_from_string),...
[simgrid.git] / src / gras / Transport / transport_interface.h
index 202c9da..0cad561 100644 (file)
@@ -93,6 +93,7 @@ typedef struct {
   unsigned int name_len;
 
   xbt_dynar_t sockets; /* all sockets known to this process */
+  int myport; /* Port on which I listen myself */
   fd_set *fdset;
 
   /* SG only elements. In RL, they are part of the OS ;) */