X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..16a4f8966d6b4aff3c7bb22c03be71b968e73a7e:/src/surf/storage_n11.cpp diff --git a/src/surf/storage_n11.cpp b/src/surf/storage_n11.cpp index 10fac18ae5..73e9415d54 100644 --- a/src/surf/storage_n11.cpp +++ b/src/surf/storage_n11.cpp @@ -4,10 +4,11 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "storage_n11.hpp" +#include "simgrid/kernel/routing/NetPoint.hpp" #include "simgrid/s4u/Engine.hpp" #include "simgrid/s4u/Host.hpp" +#include "src/surf/xml/platf.hpp" #include "src/kernel/lmm/maxmin.hpp" -#include "src/kernel/routing/NetPoint.hpp" #include "xbt/utility.hpp" #include /*ceil*/ @@ -187,6 +188,9 @@ void StorageN11Action::setSharingWeight(double /*priority*/) { THROW_UNIMPLEMENTED; } - +void StorageN11Action::updateRemainingLazy(double /*now*/) +{ + THROW_IMPOSSIBLE; +} } }