Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / teshsuite / simdag / evaluate-parse-time / evaluate-parse-time.c
index d2dde0e..e1f7f00 100644 (file)
@@ -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 <stdio.h>
-#include "src/internal_config.h"
-#if HAVE_UNISTD_H
-#  include <unistd.h>
-#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]));
   }