X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29d98d1ceb682fbc4c734a92353be4b0bcd5d17b..74c5de07784abf609331bcf7242145cc4affdaab:/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 9bce26c5e3..abe16ddb67 100644 --- a/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c +++ b/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2019. 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. */ @@ -7,13 +6,8 @@ //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 "surf/surf.h" #include "xbt/xbt_os_time.h" int main(int argc, char **argv) @@ -31,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])); }