X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ba85316ab090c9e1fb26e988dc80dd5c4535bd8..89047acf6125582321f8e86f9765b0f57e350e2c:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index cba6843ece..43f8b676dd 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-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 -#include + +#include #include #include @@ -16,7 +16,7 @@ class EngineImpl { public: EngineImpl(); virtual ~EngineImpl(); - kernel::routing::NetZoneImpl* netRoot_ = nullptr; + kernel::routing::NetZoneImpl* netzone_root_ = nullptr; private: std::map hosts_;