]> AND Public Git Repository - simgrid.git/blobdiff - examples/amok/saturate/env.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] updating tesh'es according to header changes
[simgrid.git] / examples / amok / saturate / env.c
index e2d00f5c9bea4cce5596c28200c671d2c2205f2b..fc87222e39b0227d70481602e962a6139472f906 100644 (file)
@@ -32,7 +32,7 @@ static void env_hosttohost_bw(int argc, char *argv[])
   int i;
   xbt_host_t h1;
 
-  gras_socket_t peer;           /* socket to sensor */
+  xbt_socket_t peer;           /* socket to sensor */
 
   /* wait to ensure that all server sockets are there before starting the experiment */
   gras_os_sleep(0.5);
@@ -82,7 +82,7 @@ static void env_Pairwisehost_bw(int argc, char *argv[])
   xbt_host_t h1, h2;
 
   /* socket to sensor */
-  gras_socket_t peer;
+  xbt_socket_t peer;
 
   /* wait to ensure that all server sockets are there before starting the experiment */
   gras_os_sleep(0.5);