Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace surf by surf++ and make it compile
[simgrid.git] / src / surf / surf_routing_full.cpp
1 #include "surf_routing_private.h"
2
3 extern "C" {
4 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
5 }
6
7 AS_t model_full_create(void)
8 {//FIXME:
9 }
10
11 void model_full_end(AS_t current_routing)
12 {}