X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed48bb9aa5dc358f65a2e4e854d3b8c49bef5273..e16e0233:/examples/s4u/platform-profile/s4u-platform-profile.cpp diff --git a/examples/s4u/platform-profile/s4u-platform-profile.cpp b/examples/s4u/platform-profile/s4u-platform-profile.cpp index 0da24ff4ad..5483c2fa0f 100644 --- a/examples/s4u/platform-profile/s4u-platform-profile.cpp +++ b/examples/s4u/platform-profile/s4u-platform-profile.cpp @@ -27,7 +27,7 @@ static void watcher() link1->get_latency() * 1000, link2->get_bandwidth() / 1000, link2->get_latency() * 1000); simgrid::s4u::this_actor::sleep_for(1); } -}; +} int main(int argc, char* argv[]) {