X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10b2c45a66b840a7a20b17071e476e1b9381a584..f15e92e5de94e0d84b2084de6e1648ce64dadbed:/teshsuite/surf/maxmin_bench/maxmin_bench.cpp diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench.cpp b/teshsuite/surf/maxmin_bench/maxmin_bench.cpp index 5394298625..493c17d4f9 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench.cpp +++ b/teshsuite/surf/maxmin_bench/maxmin_bench.cpp @@ -5,8 +5,8 @@ /* 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. */ +#include "simgrid/s4u/Engine.hpp" #include "src/kernel/lmm/maxmin.hpp" -#include "simgrid/msg.h" #include "xbt/module.h" #include "xbt/sysdep.h" /* time manipulation for benchmarking */ #include "xbt/xbt_os_time.h" @@ -120,7 +120,7 @@ unsigned int TestClasses [][4]= int main(int argc, char **argv) { - MSG_init(&argc, argv); + simgrid::s4u::Engine e(&argc, argv); float rate_no_limit=0.2; float acc_date=0;