Logo AND Algorithmique Numérique Distribuée

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