X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/193e26b3f5577626bce1131ea5977663610e8a0b..e05361c201fb95d2b7605e59001cd0a49a489739:/doc/tuto-msg/masterworker.c diff --git a/doc/tuto-msg/masterworker.c b/doc/tuto-msg/masterworker.c index 64cccb64b4..4ff16b002b 100644 --- a/doc/tuto-msg/masterworker.c +++ b/doc/tuto-msg/masterworker.c @@ -1,10 +1,12 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2018. 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. */ #include "simgrid/msg.h" +#include /* sprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); #define FINALIZE ((void*)221297) /* a magic number to tell people to stop working */