X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e35ebda7e4ffacd769653b8ebb8ba93c7298bf..a34d8237b8267686bbd259670f27da273ff5236e:/src/surf/storage_interface.hpp diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index 241cb67152..fe0c0d48b0 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -1,9 +1,11 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. 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. */ +#include + #include "surf_interface.hpp" #ifndef STORAGE_INTERFACE_HPP_ @@ -84,6 +86,8 @@ public: xbt_dict_t properties, const char *attach) = 0; + bool shareResourcesIsIdempotent() {return true;} + xbt_dynar_t p_storageList; };