X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..0d7b205e2b6bcee058760225d0bebc0da0ecaefb:/src/surf/StorageImpl.cpp?ds=sidebyside diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index 78eb021a04..4db2a48818 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -41,9 +41,9 @@ StorageImpl::StorageImpl(kernel::resource::Model* model, const std::string& name : Resource(model, name, maxminSystem->constraint_new(this, std::max(bread, bwrite))) , piface_(name, this) , typeId_(type_id) + , attach_(attach) , content_name_(content_name) , size_(size) - , attach_(attach) { StorageImpl::turn_on(); XBT_DEBUG("Create resource with Bread '%f' Bwrite '%f' and Size '%llu'", bread, bwrite, size);