]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/exec-waitany/s4u-exec-waitany.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / examples / s4u / exec-waitany / s4u-exec-waitany.cpp
index 6597dc6d21ccb28ecc4f65407ff3a26b14609308..d9d61a6ec1ad4db18c9308903b46549d38b7ab16 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-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. */
@@ -46,7 +46,7 @@ static void worker(bool with_timeout)
       XBT_INFO("Activity '%s' (at position %d) is complete", pending_executions[pos]->get_cname(), pos);
       pending_executions.erase(pending_executions.begin() + pos);
     }
-    XBT_INFO("%lu activities remain pending", pending_executions.size());
+    XBT_INFO("%zu activities remain pending", pending_executions.size());
   }
 }