Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge branches
[simgrid.git] / include / surf / surf_routing.h
1 /* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef _SURF_SURF_ROUTING_H
8 #define _SURF_SURF_ROUTING_H
9
10 #include "xbt/lib.h"
11
12 extern xbt_lib_t host_lib;
13 extern int ROUTING_HOST_LEVEL; //Routing level
14 extern int      SURF_CPU_LEVEL;         //Surf cpu level
15 extern int SURF_WKS_LEVEL;              //Surf workstation level
16 extern int SIMIX_HOST_LEVEL;    //Simix level
17 extern int      MSG_HOST_LEVEL;         //Msg level
18 extern int      SD_HOST_LEVEL;          //Simdag level
19 extern int      COORD_HOST_LEVEL;       //Coordinates level
20 extern int NS3_HOST_LEVEL;              //host node for ns3
21
22 extern xbt_lib_t link_lib;
23 extern int SD_LINK_LEVEL;               //Simdag level
24 extern int SURF_LINK_LEVEL;     //Surf level
25 extern int NS3_LINK_LEVEL;              //link for ns3
26
27 extern xbt_lib_t as_router_lib;
28 extern int ROUTING_ASR_LEVEL;   //Routing level
29 extern int COORD_ASR_LEVEL;     //Coordinates level
30 extern int NS3_ASR_LEVEL;               //host node for ns3
31
32 #endif                          /* _SURF_SURF_H */