Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "try to port the gras simulation side to the new smx_network infrastructure...
[simgrid.git] / src / gras / Transport / transport_private.h
index b242ccb..2588813 100644 (file)
@@ -56,7 +56,7 @@ typedef struct s_gras_socket {
 
   int incoming:1;               /* true if we can read from this sock */
   int outgoing:1;               /* true if we can write on this sock */
-  int is_master:1;              /* true if master incoming sock */
+  int accepting:1;              /* true if master incoming sock in tcp */
   int meas:1;                   /* true if this is an experiment socket instead of messaging */
   int valid:1;                  /* false if a select returned that the peer quitted, forcing us to "close" the socket */
   int moredata:1;               /* TCP socket use a buffer and read operation get as much