X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0a4a200c90b3384121aa4b6e30acaed9e3bd0ac..3c038eac822ac8fbc74a278571574a13de0bd17f:/src/smpi/smpi_process.cpp diff --git a/src/smpi/smpi_process.cpp b/src/smpi/smpi_process.cpp index 27bc512448..b6bc56aa45 100644 --- a/src/smpi/smpi_process.cpp +++ b/src/smpi/smpi_process.cpp @@ -4,7 +4,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "mc/mc.h" -#include "src/mc/mc_ignore.h" #include "src/mc/mc_replay.h" #include "src/msg/msg_private.h" #include "src/simix/smx_private.h" @@ -196,12 +195,12 @@ xbt_mutex_t Process::mailboxes_mutex() } #if HAVE_PAPI -int Process::papi_event_set(void) +int Process::papi_event_set() { return papi_event_set_; } -papi_counter_t& smpi_process_papi_counters(void) +papi_counter_t& smpi_process_papi_counters() { return papi_counter_data_; }