Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename option maxmin/precision to precision/work-amount for clarity
[simgrid.git] / src / surf / host_clm03.hpp
index e972cb7af373b41ab36aa7132e1dc625e635e64c..8af735e20e7e9331115178d05251c68133b44585 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2023. 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. */
@@ -22,6 +22,7 @@ public:
   Action* execute_thread(const s4u::Host* host, double flops_amount, int thread_count) override;
   Action* execute_parallel(const std::vector<s4u::Host*>& host_list, const double* flops_amount,
                            const double* bytes_amount, double rate) override;
+  Action* io_stream(s4u::Host* src_host, DiskImpl* src_disk, s4u::Host* dst_host, DiskImpl* dst_disk, double size) override;
 };
 } // namespace simgrid::kernel::resource