X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/063c63642a29000a011c0d6176d30eb62a4e0dca..1a2f031cc377418f3716415ba669434bfd3a5df4:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index b242ccbb90..2588813a7e 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -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