X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3080c6b0d097d6b3b7d5b3dda0592154ce438f64..d896265a56dbf34328e32566da1932835d840d27:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index b532f72be4..1db3ddc0ec 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -128,7 +128,7 @@ public: virtual void gapAppend(double /*size*/, const NetworkLinkPtr /*link*/, NetworkActionPtr /*action*/) {}; /** - * @brief Create a communication between two workstations. + * @brief Create a communication between two hosts. * @details It makes calls to the routing part, and execute the communication * between the two end points. * @@ -192,7 +192,7 @@ public: ************/ /** @ingroup SURF_network_interface * @brief SURF network link interface class - * @details A NetworkLink represents the link between two [Workstations](\ref Workstation) + * @details A NetworkLink represents the link between two [hosts](\ref Host) */ class NetworkLink : public Resource { public: @@ -281,7 +281,7 @@ public: /** @ingroup SURF_network_interface * @brief SURF network action interface class * @details A NetworkAction represents a communication between two - * [Workstations](\ref Workstation) + * [hosts](\ref Host) */ class NetworkAction : public Action { public: