From 2075838c45a56f2710e5e62ef3ceb7c67add6a31 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 19 Oct 2016 22:39:53 +0200 Subject: [PATCH 1/1] cosmetics --- src/simix/smx_host.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 9977669cbf..0f0878ad24 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -23,8 +23,8 @@ namespace simgrid { Host::Host() { - if (!EXTENSION_ID.valid()) - EXTENSION_ID = simgrid::s4u::Host::extension_create(); + if (!Host::EXTENSION_ID.valid()) + Host::EXTENSION_ID = s4u::Host::extension_create(); simgrid::simix::ActorImpl act; process_list = xbt_swag_new(xbt_swag_offset(act, host_proc_hookup)); -- 2.20.1