]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_ns3.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the state trace from the Link constructor
[simgrid.git] / src / surf / network_ns3.hpp
index fa196712781279f57fdf0ffe4cc7d13869dece82..96b091e10db896a11f7cf0dc03b0857430d9c442 100644 (file)
@@ -46,10 +46,8 @@ public:
   Link* createLink(const char *name,
       double bw_initial, tmgr_trace_t bw_trace,
       double lat_initial, tmgr_trace_t lat_trace,
-      tmgr_trace_t state_trace,
       e_surf_link_sharing_policy_t policy,
       xbt_dict_t properties) override;
-  xbt_dynar_t getRoute(NetCard *src, NetCard *dst);
   Action *communicate(NetCard *src, NetCard *dst, double size, double rate);
   double next_occuring_event(double now) override;
   bool next_occuring_event_isIdempotent() {return false;}
@@ -80,10 +78,6 @@ class NetworkNS3Action : public NetworkAction {
 public:
   NetworkNS3Action(Model *model, double cost, bool failed);
 
-#ifdef HAVE_LATENCY_BOUND_TRACKING
-  int getLatencyLimited();
-#endif
-
 bool isSuspended();
 int unref();
 void suspend();