]> 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 3807ebe72497a641676c739bb8bf79184f5b56a5..96b091e10db896a11f7cf0dc03b0857430d9c442 100644 (file)
@@ -46,7 +46,6 @@ 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;
   Action *communicate(NetCard *src, NetCard *dst, double size, double rate);