Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] add Comm::wait_any
[simgrid.git] / src / s4u / s4u_comm.cpp
index 401a6c2..e10d2b0 100644 (file)
@@ -18,6 +18,8 @@ Comm::~Comm() {
 
 }
 
+
+
 s4u::Comm &Comm::send_init(s4u::Mailbox &chan) {
   s4u::Comm *res = new s4u::Comm();
   res->sender_ = SIMIX_process_self();