X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..3693b5b63b04a3bedf77bb0c550f28ee917ee6e7:/src/mc/mc_smx.hpp diff --git a/src/mc/mc_smx.hpp b/src/mc/mc_smx.hpp index e46a1ee529..2c00bd3085 100644 --- a/src/mc/mc_smx.hpp +++ b/src/mc/mc_smx.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2020. 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,7 @@ #ifndef SIMGRID_MC_SMX_HPP #define SIMGRID_MC_SMX_HPP -#include "src/mc/remote/RemoteClient.hpp" +#include "src/mc/remote/RemoteSimulation.hpp" /** @file * @brief (Cross-process, MCer/MCed) Access to SMX structures @@ -42,6 +42,6 @@ XBT_PRIVATE smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall const* req); XBT_PRIVATE const char* MC_smx_actor_get_name(smx_actor_t p); XBT_PRIVATE const char* MC_smx_actor_get_host_name(smx_actor_t p); -XBT_PRIVATE unsigned long MC_smx_get_maxpid(void); +XBT_PRIVATE unsigned long MC_smx_get_maxpid(); #endif