Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the API under the new format
[simgrid.git] / include / simgrid / s4u / Io.hpp
index b4ef0c2..06f7e90 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2017-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -47,7 +47,7 @@ public:
   bool test() override;
 
   double get_remaining() override;
-  sg_size_t get_performed_ioops();
+  sg_size_t get_performed_ioops() const;
 };
 
 } // namespace s4u