X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a18fb7c6c81b1f58a9f8111fcf0ade106c4746b..fa798894e27f82493fa87e7a69d7e3f6b3815053:/teshsuite/gras/msg_handle/msg_handle.c diff --git a/teshsuite/gras/msg_handle/msg_handle.c b/teshsuite/gras/msg_handle/msg_handle.c index 6943fdbedc..675cb00c4d 100644 --- a/teshsuite/gras/msg_handle/msg_handle.c +++ b/teshsuite/gras/msg_handle/msg_handle.c @@ -23,7 +23,7 @@ static int server_cb_hello_handler(gras_msg_cb_ctx_t ctx, int server(int argc, char *argv[]) { - volatile gras_socket_t me = NULL, pal = NULL; + volatile xbt_socket_t me = NULL, pal = NULL; int myport; char *palstr; @@ -114,7 +114,7 @@ int server(int argc, char *argv[]) int client(int argc, char *argv[]) { - volatile gras_socket_t me = NULL, pal = NULL; + volatile xbt_socket_t me = NULL, pal = NULL; int myport; char *palstr;