X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..e9198879b07a40f01d00fc80eed78cebb328a2bd:/src/mc/mc_request.hpp diff --git a/src/mc/mc_request.hpp b/src/mc/mc_request.hpp index d33c0afa1b..528d97a3e4 100644 --- a/src/mc/mc_request.hpp +++ b/src/mc/mc_request.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. 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. */ @@ -11,19 +11,7 @@ namespace simgrid { namespace mc { -enum class RequestType { - simix, - executed, - internal, -}; - -XBT_PRIVATE bool request_depend(smx_simcall_t req1, smx_simcall_t req2); - -XBT_PRIVATE std::string request_to_string(smx_simcall_t req, int value, simgrid::mc::RequestType type); - XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx); - -XBT_PRIVATE std::string request_get_dot_output(smx_simcall_t req, int value); } }