Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an internal function marked 'KILLME' and surviving from the times where libdata...
[simgrid.git] / src / gras / Transport / transport_interface.h
index 8627e32..f2ed8cb 100644 (file)
@@ -88,10 +88,12 @@ typedef struct {
   char        *name;
   unsigned int name_len;
 
+  xbt_dynar_t sockets; /* all sockets known to this process */
+  fd_set *fdset;
+
   /* SG only elements. In RL, they are part of the OS ;) */
   int chan;    /* Formated messages channel */
   int measChan; /* Unformated echange channel for performance measurement*/
-  xbt_dynar_t sockets; /* all sockets known to this process */
    
 } s_gras_trp_procdata_t,*gras_trp_procdata_t;