X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac080087b39ef79ff497d3992ff04b3e20fe40b2..e04e3ae8fec7cb28eef7705e4aebf2370e6fdd6a:/include/simgrid/s4u/Comm.hpp diff --git a/include/simgrid/s4u/Comm.hpp b/include/simgrid/s4u/Comm.hpp index 153be7e069..1b3668298a 100644 --- a/include/simgrid/s4u/Comm.hpp +++ b/include/simgrid/s4u/Comm.hpp @@ -30,7 +30,7 @@ class XBT_PUBLIC Comm : public Activity_T { std::string tracing_category_ = ""; /* FIXME: expose these elements in the API */ bool detached_ = false; - int (*match_fun_)(void*, void*, kernel::activity::CommImpl*) = nullptr; + bool (*match_fun_)(void*, void*, kernel::activity::CommImpl*) = nullptr; void (*clean_fun_)(void*) = nullptr; void (*copy_data_function_)(kernel::activity::CommImpl*, void*, size_t) = nullptr;