X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1386d9951c6653d682ba02d5ed9155485acf4f64..078b9d03609d4f0072a2d968f792bbdd9a1fe08d:/src/surf/disk_s19.cpp diff --git a/src/surf/disk_s19.cpp b/src/surf/disk_s19.cpp index c8730947ed..aabe4f8567 100644 --- a/src/surf/disk_s19.cpp +++ b/src/surf/disk_s19.cpp @@ -38,9 +38,9 @@ DiskImpl* DiskS19Model::createDisk(const std::string& id, double read_bw, double return new DiskS19(this, id, get_maxmin_system(), read_bw, write_bw); } -double DiskS19Model::next_occuring_event(double now) +double DiskS19Model::next_occurring_event(double now) { - return DiskModel::next_occuring_event_full(now); + return DiskModel::next_occurring_event_full(now); } void DiskS19Model::update_actions_state(double /*now*/, double delta) @@ -66,7 +66,6 @@ DiskS19::DiskS19(DiskModel* model, const std::string& name, lmm::System* maxminS : DiskImpl(model, name, maxminSystem, read_bw, write_bw) { XBT_DEBUG("Create resource with read_bw '%f' write_bw '%f'", read_bw, write_bw); - s4u::Disk::on_creation(this->piface_); } DiskAction* DiskS19::io_start(sg_size_t size, s4u::Io::OpType type)