Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this deserves the palm of the worst code of the week
[simgrid.git] / src / surf / ns3 / ns3_interface.h
index e17edbf..b0eb1bb 100644 (file)
@@ -43,7 +43,6 @@ XBT_PUBLIC(void)   ns3_create_flow(const char* a,const char *b,double start,u_in
 XBT_PUBLIC(void)   ns3_simulator(double min);
 XBT_PUBLIC(void *) ns3_add_host_cluster(const char * id);
 XBT_PUBLIC(void *) ns3_add_router(const char * id);
-XBT_PUBLIC(void *) ns3_add_AS(const char * id);
 XBT_PUBLIC(void) ns3_add_link(int src, e_ns3_network_element_type_t type_src,
                 int dst, e_ns3_network_element_type_t type_dst,
                 char * bw,char * lat);