]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/gras/msg_handle/msg_handle.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle nested datatypes in smpi (structs of vectors for example), which previously...
[simgrid.git] / teshsuite / gras / msg_handle / msg_handle.c
index 6943fdbedc4c277f783c426c846ba5ff94ea4cce..675cb00c4d4bc24cb3f97b83efc711006c91ffa3 100644 (file)
@@ -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;