Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small cosmetics to kill time
[simgrid.git] / src / surf / ns3 / ns3_interface.h
index 1366932..b35d868 100644 (file)
@@ -30,7 +30,7 @@ ns3_create_flow(sg_host_t src, sg_host_t dst, double start, u_int32_t TotalBytes
                 simgrid::surf::NetworkNS3Action* action);
 XBT_PUBLIC(void) ns3_simulator(double maxSeconds);
 XBT_PUBLIC(void*) ns3_add_router(const char* id);
-XBT_PUBLIC(void) ns3_add_link(int src, int dst, char* bw, char* lat);
+XBT_PUBLIC(void) ns3_add_link(NetPointNs3* src, NetPointNs3* dst, char* bw, char* lat);
 XBT_PUBLIC(void) ns3_add_cluster(const char* id, char* bw, char* lat);
 
 SG_END_DECL()