X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77bbf3027c4240a2e833209a3a3f186589da8577..74abafcd3702b62d42041354260d1f5e3508fa38:/src/mc/checker/simgrid_mc.cpp diff --git a/src/mc/checker/simgrid_mc.cpp b/src/mc/checker/simgrid_mc.cpp index 277deadf9d..13431d3899 100644 --- a/src/mc/checker/simgrid_mc.cpp +++ b/src/mc/checker/simgrid_mc.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2017. The SimGrid Team. +/* Copyright (c) 2015-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -16,7 +16,7 @@ #include -#include "simgrid/sg_config.h" +#include "simgrid/sg_config.hpp" #include "src/xbt_modinter.h" #include "src/mc/Session.hpp" @@ -29,7 +29,6 @@ #include "src/mc/remote/mc_protocol.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_main, mc, "Entry point for simgrid-mc"); -extern std::string _sg_mc_property_file; static inline char** argvdup(int argc, char** argv) @@ -53,7 +52,6 @@ static std::unique_ptr createChecker(simgrid::mc::Session& int main(int argc, char** argv) { using simgrid::mc::Session; - XBT_LOG_CONNECT(mc_main); try { if (argc < 2)