X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2807fde4fd1f59c230d69a934634c5dfb77905f2..16e27d2a68b9d21536c50eddff53fb68caa30d91:/src/kernel/activity/CommImpl.hpp diff --git a/src/kernel/activity/CommImpl.hpp b/src/kernel/activity/CommImpl.hpp index 8480bb97b0..842d407d17 100644 --- a/src/kernel/activity/CommImpl.hpp +++ b/src/kernel/activity/CommImpl.hpp @@ -46,7 +46,7 @@ expectations of the other side, too. See */ 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 */ + surf_action_t surfAction_ = nullptr; /* The Surf communication action encapsulated */ surf_action_t src_timeout = nullptr; /* Surf's actions to instrument the timeouts */ surf_action_t dst_timeout = nullptr; /* Surf's actions to instrument the timeouts */ smx_actor_t src_proc = nullptr;