Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] add Comm::test
[simgrid.git] / include / simgrid / s4u / comm.hpp
index 47c7332..2929750 100644 (file)
@@ -56,6 +56,8 @@ public:
   /** Retrieve the size of the received data */
   size_t getDstDataSize();
 
+  bool test();
+
 
 private:
   double rate_ = -1;