X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/255700918582111f0aacaa7b7fed87dcedc1a840..ea74f5d95928a521a588737e81f1de94eef25d19:/src/kernel/activity/IoImpl.hpp diff --git a/src/kernel/activity/IoImpl.hpp b/src/kernel/activity/IoImpl.hpp index ed3c705ee8..7c794f7da0 100644 --- a/src/kernel/activity/IoImpl.hpp +++ b/src/kernel/activity/IoImpl.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. 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. */ @@ -14,18 +14,14 @@ namespace kernel { namespace activity { class XBT_PUBLIC IoImpl : public ActivityImpl_T { - actor::ActorImpl* actor_ = nullptr; resource::DiskImpl* disk_ = nullptr; double sharing_penalty_ = 1.0; sg_size_t size_ = 0; s4u::Io::OpType type_ = s4u::Io::OpType::READ; sg_size_t performed_ioops_ = 0; resource::Action* timeout_detector_ = nullptr; - s4u::Io* piface_; public: IoImpl(); - s4u::Io* get_iface() { return piface_; } - actor::ActorImpl* get_actor() { return actor_; } IoImpl& set_sharing_penalty(double sharing_penalty); IoImpl& set_timeout(double timeout) override;