X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a00610e05eab122e23f56b589d5bb240e6ceda7..b52f0fc50553e96f5bb8a8f8f2b2cf74c5a1d38e:/src/kernel/activity/SynchroComm.hpp diff --git a/src/kernel/activity/SynchroComm.hpp b/src/kernel/activity/SynchroComm.hpp index 60b0b30461..c2b136b9ed 100644 --- a/src/kernel/activity/SynchroComm.hpp +++ b/src/kernel/activity/SynchroComm.hpp @@ -42,10 +42,10 @@ namespace activity { bool detached = false; /* If detached or not */ void (*clean_fun)(void*) = nullptr; /* Function to clean the detached src_buf if something goes wrong */ - int (*match_fun)(void*,void*,smx_synchro_t) = nullptr; /* Filter function used by the other side. It is used when + int (*match_fun)(void*,void*,smx_activity_t) = nullptr; /* Filter function used by the other side. It is used when looking if a given communication matches my needs. For that, myself must match the expectations of the other side, too. See */ - void (*copy_data_fun) (smx_synchro_t, void*, size_t) =nullptr; + void (*copy_data_fun) (smx_activity_t, void*, size_t) =nullptr; /* Surf action data */ surf_action_t surf_comm = nullptr; /* The Surf communication action encapsulated */