X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18fd03bb84ea54b81f11bc9d8857d36e57e27485..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c diff --git a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c index dc863824b7..a39cf7dd27 100644 --- a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c @@ -1,7 +1,6 @@ /* synchro_crashtest -- tries to crash the logging mechanism by doing parallel logs*/ -/* 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. */ @@ -9,6 +8,8 @@ #include "simgrid/msg.h" #include "xbt.h" +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(synchro_crashtest, "Logs of this example"); const int test_amount = 99; /* Up to 99 to not break the logs (and thus the testing mechanism) */