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

Public GIT Repository
Mark actors as auto_restart when recreating them on restart.
[simgrid.git] / src / surf / network_smpi.hpp
index 01ff44d025d0101c614b80ad40a05cd0cc4659c2..cecc750d38b533fe4ce0b8eab9e01abca418f5e9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2017. The SimGrid Team.
+/* Copyright (c) 2013-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -17,9 +17,9 @@ public:
   NetworkSmpiModel();
   ~NetworkSmpiModel();
 
-  double latencyFactor(double size);
-  double bandwidthFactor(double size);
-  double bandwidthConstraint(double rate, double bound, double size);
+  double get_latency_factor(double size);
+  double get_bandwidth_factor(double size);
+  double get_bandwidth_constraint(double rate, double bound, double size);
 };
 } // namespace resource
 } // namespace kernel