X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9fb9a973ff6b7ed01c40a1abb7f54feaf0823d4f..063c63642a29000a011c0d6176d30eb62a4e0dca:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 2588813a7e..b242ccbb90 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 accepting:1; /* true if master incoming sock in tcp */ + int is_master:1; /* true if master incoming sock */ 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