X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66b0686fe441796325c3b5738b1b880d15ce1ea6..fe2cfede6b5e1c8d2af6db841de278dfcffd8baf:/examples/amok/saturate/env.c diff --git a/examples/amok/saturate/env.c b/examples/amok/saturate/env.c index e2d00f5c9b..fc87222e39 100644 --- a/examples/amok/saturate/env.c +++ b/examples/amok/saturate/env.c @@ -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);