X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..71d215251ec3eeb3e4192c0e14ec6dea8fd97007:/src/plugins/vm/VmHostExt.hpp diff --git a/src/plugins/vm/VmHostExt.hpp b/src/plugins/vm/VmHostExt.hpp index 46a26c8ff7..e9942195d2 100644 --- a/src/plugins/vm/VmHostExt.hpp +++ b/src/plugins/vm/VmHostExt.hpp @@ -1,10 +1,8 @@ -/* Copyright (c) 2004-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2018. 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 "src/surf/HostImpl.hpp" #ifndef VM_HOST_INFO_HPP_ @@ -16,7 +14,7 @@ namespace vm { class VmHostExt { public: static simgrid::xbt::Extension EXTENSION_ID; - virtual ~VmHostExt(); + virtual ~VmHostExt() = default; sg_size_t ramsize = 0; /* available ramsize (0= not taken into account) */ bool overcommit = true; /* Whether the host allows overcommiting more VM than the avail ramsize allows */