Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_comm_cancel() -> simix::Comm->cancel()
[simgrid.git] / src / simix / SynchroComm.hpp
index 58e0466..68a21e8 100644 (file)
@@ -23,6 +23,7 @@ namespace simix {
   public:
     void suspend();
     void resume();
+    void cancel();
 
     e_smx_comm_type_t type;         /* Type of the communication (SIMIX_COMM_SEND or SIMIX_COMM_RECEIVE) */
     smx_mailbox_t mbox;             /* Rendez-vous where the comm is queued */