X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f159a7002798e65df6c90c3b9f774f48920aa41b..00f6ad540f2098d7c324e11bacc1ac503b680918:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 5e26f23832..0ead107f0f 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -211,9 +211,9 @@ public: * Signature: void(Link*) */ static simgrid::xbt::signal onDestruction; - /** @brief Callback signal fired when the state of a Link changes - * Signature: `void(LinkAction *action, int previouslyOn, int currentlyOn)` */ - static simgrid::xbt::signal onStateChange; + /** @brief Callback signal fired when the state of a Link changes (when it is turned on or off) + * Signature: `void(Link*)` */ + static simgrid::xbt::signal onStateChange; /** @brief Get the bandwidth in bytes per second of current Link */