Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use C++ to implement dynamic dispatch
[simgrid.git] / src / simix / SynchroComm.hpp
index 6d4d7b7..b58c83c 100644 (file)
@@ -25,6 +25,7 @@ namespace simix {
     Comm(e_smx_comm_type_t type);
     void suspend();
     void resume();
+    void post() override;
     void cancel();
     double remains();
     void cleanupSurf(); // FIXME: make me protected