X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1985fd529afd5bf099ad633cd8115cf37c43c126..ae68749ec3d90fc5e403e8a4950d30b832a9629f:/examples/msg/mc/electric_fence.c diff --git a/examples/msg/mc/electric_fence.c b/examples/msg/mc/electric_fence.c index 7d32c04d4c..b8b2c5313c 100644 --- a/examples/msg/mc/electric_fence.c +++ b/examples/msg/mc/electric_fence.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2013-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2013-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(electric_fence, "Example to check the soundness of static int server(int argc, char *argv[]) { - msg_task_t task1 = NULL, task2 = NULL; + msg_task_t task1 = NULL; + msg_task_t task2 = NULL; msg_comm_t comm_received1 = MSG_task_irecv(&task1, "mymailbox"); msg_comm_t comm_received2 = MSG_task_irecv(&task2, "mymailbox");