X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/830b5c4bc694ade087c43f39015faa9065795630..606fd6074429a2b25a185ba92dce29759ab41255:/examples/msg/icomms/peer.c diff --git a/examples/msg/icomms/peer.c b/examples/msg/icomms/peer.c index 5ed53e09de..59f0d3ef0c 100644 --- a/examples/msg/icomms/peer.c +++ b/examples/msg/icomms/peer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -67,8 +67,8 @@ int sender(int argc, char *argv[]) while (MSG_comm_test(comm) == 0) { MSG_process_sleep(sleep_test_time); }; - MSG_comm_destroy(comm); } + MSG_comm_destroy(comm); } @@ -84,8 +84,8 @@ int sender(int argc, char *argv[]) while (MSG_comm_test(comm) == 0) { MSG_process_sleep(sleep_test_time); }; - MSG_comm_destroy(comm); } + MSG_comm_destroy(comm); } @@ -125,8 +125,8 @@ int receiver(int argc, char *argv[]) while (MSG_comm_test(res_irecv) == 0) { MSG_process_sleep(sleep_test_time); }; - MSG_comm_destroy(res_irecv); } + MSG_comm_destroy(res_irecv); XBT_INFO("Received \"%s\"", MSG_task_get_name(task)); if (!strcmp(MSG_task_get_name(task), "finalize")) {