Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mess with MSG tasks
[simgrid.git] / include / simgrid / s4u / Comm.hpp
index 91f2ab2..d858df9 100644 (file)
@@ -116,6 +116,8 @@ public:
   /** Retrieve the size of the received data. Not to be mixed with @ref Activity::set_remaining()  */
   size_t get_dst_data_size();
 
+  s4u::ActorPtr get_sender();
+
 #ifndef DOXYGEN
   XBT_ATTRIB_DEPRECATED_v324("Please use Comm::wait_for()") void wait(double t) override { wait_for(t); }
   XBT_ATTRIB_DEPRECATED_v323("Please use Comm::set_rate()") Activity* setRate(double rate)