X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8dc7c0693d2606e9cb9f21bcced90a5174bd503..6d3020209fdad39e81987f91d375f482be14dee6:/src/mc/mc_comm_pattern.hpp diff --git a/src/mc/mc_comm_pattern.hpp b/src/mc/mc_comm_pattern.hpp index 9d55a88136..68a42e545d 100644 --- a/src/mc/mc_comm_pattern.hpp +++ b/src/mc/mc_comm_pattern.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ @@ -43,7 +43,7 @@ enum e_mc_comm_pattern_difference_t { DATA_DIFF, }; -static inline e_mc_call_type_t MC_get_call_type(smx_simcall_t req) +static inline e_mc_call_type_t MC_get_call_type(const s_smx_simcall* req) { switch (req->call_) { case SIMCALL_COMM_ISEND: