Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get sg_instr_new_router through a signal
[simgrid.git] / include / surf / surf_routing.h
1 /* Copyright (c) 2004-2015. 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 SG_BEGIN_DECL()
13
14 // FIXME: this header file should die
15
16 XBT_PUBLIC_DATA(xbt_lib_t) storage_lib;
17 XBT_PUBLIC_DATA(int) SURF_STORAGE_LEVEL;  // Surf storage level
18
19 SG_END_DECL()
20
21 #endif                          /* _SURF_SURF_H */