X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4937aa0ad4627d301682b278527aef71f2095e55..bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed:/examples/msg/icomms/peer.c?ds=sidebyside diff --git a/examples/msg/icomms/peer.c b/examples/msg/icomms/peer.c index 5ed53e09de..ef9e78b02a 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-2013. 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")) {