From 65c0d8904d404885d4d5a72812026bb1ac401bc0 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 30 May 2016 15:46:34 +0200 Subject: [PATCH 1/1] [surf] Init ROUTING_ASR_LEVEL --- src/surf/surf_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 4b948c1e0b..65459eee7b 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -284,9 +284,9 @@ void surf_init(int *argc, char **argv) file_lib = xbt_lib_new(); watched_hosts_lib = xbt_dict_new_homogeneous(NULL); - XBT_DEBUG("Add routing levels"); ROUTING_PROP_ASR_LEVEL = xbt_lib_add_level(as_router_lib, NULL); + ROUTING_ASR_LEVEL = xbt_lib_add_level(as_router_lib, nullptr); XBT_DEBUG("Add SURF levels"); simgrid::surf::HostImpl::classInit(); -- 2.20.1