X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0b96348dd4b21ba428435c0eb021077134d0810..7444a715278a4bad33c0200162286c50f03bcaef:/src/simix/smx_host_private.hpp diff --git a/src/simix/smx_host_private.hpp b/src/simix/smx_host_private.hpp index 899fab36fd..00f681a180 100644 --- a/src/simix/smx_host_private.hpp +++ b/src/simix/smx_host_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ @@ -31,11 +31,12 @@ public: explicit Host(); virtual ~Host(); - boost::intrusive::list, - &ActorImpl::host_process_list_hook>> + boost::intrusive::list, + &kernel::actor::ActorImpl::host_process_list_hook>> process_list; - std::vector auto_restart_processes; - std::vector boot_processes; + std::vector auto_restart_processes; + std::vector boot_processes; void turnOn(); };