Logo AND Algorithmique Numérique Distribuée

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