Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
on actor_restart, add it into the real map, not into a copy of it
[simgrid.git] / teshsuite / msg / platform-properties / platform-properties.c
index b87f6409bd2ba2ee4bf84af6d82a657f2feb7e95..5facf622f4591a0d9890e825f426cf78e80d7c93 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2016. 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. */
@@ -114,7 +114,7 @@ int main(int argc, char* argv[])
 
   MSG_create_environment(argv[1]);
 
-  XBT_INFO("There are %lu hosts in the environment", MSG_get_host_number());
+  XBT_INFO("There are %zu hosts in the environment", MSG_get_host_number());
 
   xbt_dynar_t hosts = MSG_hosts_as_dynar();
   xbt_dynar_foreach (hosts, i, host) {