Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a useless field
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 13:47:44 +0000 (13:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 13:47:44 +0000 (13:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3829 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/transport_interface.h

index fde430f..281a9c1 100644 (file)
@@ -105,7 +105,6 @@ typedef struct {
   int myport; /* Port on which I listen myself */
    
   xbt_dynar_t sockets; /* all sockets known to this process */
   int myport; /* Port on which I listen myself */
    
   xbt_dynar_t sockets; /* all sockets known to this process */
-  fd_set *fdset; /* idem, in another formalism */
 
   /* SG only elements. In RL, they are part of the OS ;) */
    
 
   /* SG only elements. In RL, they are part of the OS ;) */