X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/743c2c7fedb05cdd99b35368f15483dfb33790ee..ea66702ca647cf2e57f4680aa88f8e0eda6011bc:/examples/msg/mc/bugged3.c?ds=sidebyside diff --git a/examples/msg/mc/bugged3.c b/examples/msg/mc/bugged3.c index 3d8d7364a9..879c37d9ea 100644 --- a/examples/msg/mc/bugged3.c +++ b/examples/msg/mc/bugged3.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2010-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -21,7 +20,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(bugged3, "this example"); static int server(int argc, char *argv[]) { - msg_task_t task1,task2; + msg_task_t task1 = NULL; + msg_task_t task2 = NULL; msg_comm_t comm1 = MSG_task_irecv(&task1, "mymailbox1"); msg_comm_t comm2 = MSG_task_irecv(&task2, "mymailbox2");