X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ff58d7a8f46e07cdc902f96b99bb47d0a077932..deaf4c6f1cb3026b053ca861fe77313c78385be7:/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; +} } }