Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
9358cd3496fc148007bb8e2a6d7d7b0bc6633456
[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 }