Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the capacity the update the priority of an I/O during its execution
[simgrid.git] / include / simgrid / s4u / Io.hpp
index 14abc92..2f59686 100644 (file)
@@ -50,6 +50,8 @@ public:
   IoPtr set_size(sg_size_t size);
   IoPtr set_op_type(OpType type);
 
+  IoPtr update_priority(double priority);
+
   bool is_assigned() const override;
 };