X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a1ea70a418f393ca1677074e928c664022295bd..f4e9eed9a710cd589a2ab070348121e9c4c3a861:/include/simgrid/s4u/VirtualMachine.hpp diff --git a/include/simgrid/s4u/VirtualMachine.hpp b/include/simgrid/s4u/VirtualMachine.hpp index 1ef5069fb2..0ca271c320 100644 --- a/include/simgrid/s4u/VirtualMachine.hpp +++ b/include/simgrid/s4u/VirtualMachine.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2021. 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. */ @@ -54,7 +54,7 @@ public: VirtualMachine* set_ramsize(size_t ramsize); VirtualMachine* set_bound(double bound); - VirtualMachine::state get_state(); + VirtualMachine::state get_state() const; static xbt::signal on_start; static xbt::signal on_started; static xbt::signal on_shutdown;