X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d805d3e2b617db73c7c28cf4e4683cd9e6b928d4..c6bbeb1829c36ff45b43ab25f9d8d3f53f554d98:/src/mc/mc_smx.hpp diff --git a/src/mc/mc_smx.hpp b/src/mc/mc_smx.hpp index a2ac591065..e46a1ee529 100644 --- a/src/mc/mc_smx.hpp +++ b/src/mc/mc_smx.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-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. */ @@ -18,7 +18,7 @@ * (copy of `simix_global->process_list`); * * - `model_checker->process.smx_old_process_infos` - * (copy of `simix_global->process_to_destroy`); + * (copy of `simix_global->actors_to_destroy`); * * - `model_checker->hostnames`. * @@ -42,8 +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 int MC_smpi_process_count(void); - XBT_PRIVATE unsigned long MC_smx_get_maxpid(void); #endif