Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue emptying the surf_routing files
[simgrid.git] / src / surf / surf_routing.cpp
1 /* Copyright (c) 2009-2016. The SimGrid Team.  All rights reserved.         */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include "src/surf/surf_routing.hpp"
7 #include "simgrid/msg.h"
8
9 int MSG_FILE_LEVEL = -1;             //Msg file level
10
11 int SIMIX_STORAGE_LEVEL = -1;        //Simix storage level
12 int MSG_STORAGE_LEVEL = -1;          //Msg storage level
13
14 xbt_lib_t as_router_lib;
15 int ROUTING_ASR_LEVEL = -1;          //Routing level
16 int ROUTING_PROP_ASR_LEVEL = -1;     //Where the properties are stored