X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d2995483b57463581ffdc4365fe1999ddc306c2..8b0d5ae29ebd13e69a23991b8adfb67c5c5d79d3:/src/mc/ModelChecker.hpp diff --git a/src/mc/ModelChecker.hpp b/src/mc/ModelChecker.hpp index d3bcbcb935..fec9f99bcc 100644 --- a/src/mc/ModelChecker.hpp +++ b/src/mc/ModelChecker.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2019. 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,7 +6,8 @@ #ifndef SIMGRID_MC_MODEL_CHECKER_HPP #define SIMGRID_MC_MODEL_CHECKER_HPP -#include +#include "src/mc/sosp/PageStore.hpp" +#include "xbt/base.h" #include #include @@ -14,12 +15,6 @@ #include -#include - -#include "src/mc/mc_forward.hpp" -#include "src/mc/remote/mc_protocol.h" -#include "src/mc/sosp/PageStore.hpp" - namespace simgrid { namespace mc { @@ -66,7 +61,7 @@ public: void handle_events(int fd, short events); void wait_for_requests(); void handle_simcall(Transition const& transition); - void exit(int status); + XBT_ATTRIB_NORETURN void exit(int status); bool checkDeadlock();