Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add start and copy_data methods to CommImpl
[simgrid.git] / src / kernel / activity / CommImpl.hpp
index 5582830..4c7a715 100644 (file)
@@ -21,6 +21,8 @@ class XBT_PUBLIC CommImpl : public ActivityImpl {
 
 public:
   explicit CommImpl(e_smx_comm_type_t type);
+  void start();
+  void copy_data();
   void suspend() override;
   void resume() override;
   void post() override;