X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a1728597ca1d1d4947cda400655b3d1383475d9..543a9d7e86cfdffac751091543019b9bdaffff6b:/src/mc/api.hpp diff --git a/src/mc/api.hpp b/src/mc/api.hpp index 5f41f78ee7..6989844e9d 100644 --- a/src/mc/api.hpp +++ b/src/mc/api.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2020-2022. 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. */ @@ -55,10 +55,11 @@ private: simgrid::kernel::activity::CommImpl* get_comm_or_nullptr(smx_simcall_t const r) const; bool request_depend_asymmetric(smx_simcall_t r1, smx_simcall_t r2) const; simgrid::mc::ActorInformation* actor_info_cast(smx_actor_t actor) const; + +public: std::string get_actor_string(smx_actor_t actor) const; std::string get_actor_dot_label(smx_actor_t actor) const; -public: // No copy: Api(Api const&) = delete; void operator=(Api const&) = delete; @@ -100,7 +101,6 @@ public: unsigned long mc_get_visited_states() const; unsigned long mc_get_executed_trans() const; void mc_check_deadlock() const; - Checker* mc_get_checker() const; void handle_simcall(Transition const& transition) const; void mc_wait_for_requests() const; XBT_ATTRIB_NORETURN void mc_exit(int status) const; @@ -114,7 +114,6 @@ public: std::string request_to_string(smx_simcall_t req, int value) const; std::string request_get_dot_output(smx_simcall_t req, int value) const; smx_actor_t simcall_get_issuer(s_smx_simcall const* req) const; - long simcall_get_actor_id(s_smx_simcall const* req) const; RemotePtr get_mbox_remote_addr(smx_simcall_t const req) const; RemotePtr get_comm_remote_addr(smx_simcall_t const req) const; bool simcall_check_dependency(smx_simcall_t const req1, smx_simcall_t const req2) const;