X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c diff --git a/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c b/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c index d2dde0e882..e1f7f003db 100644 --- a/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c +++ b/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2020. 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. */ @@ -6,10 +6,6 @@ //teshsuite/simdag/platforms/evaluate_parse_time ../examples/platforms/nancy.xml #include -#include "src/internal_config.h" -#if HAVE_UNISTD_H -# include -#endif #include "simgrid/simdag.h" #include "xbt/xbt_os_time.h" @@ -29,7 +25,7 @@ int main(int argc, char **argv) printf("Workstation number: %zu, link number: %d\n", sg_host_count(), sg_link_count()); if(argv[2]){ printf("Wait for %ss\n",argv[2]); - sleep(atoi(argv[2])); + xbt_os_sleep(atoi(argv[2])); }