X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c480b01951b33f03d72ede0a47a45a88bd40b61..387f0d33929229d58e854595762a9951d880b9fb:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index f141ecb1ef..c26d753636 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -64,12 +64,6 @@ public: */ virtual kernel::resource::Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) = 0; - /** @brief Function pointer to the function to use to solve the lmm_system_t - * - * @param system The lmm_system_t to solve - */ - void (*f_networkSolve)(kernel::lmm::System*) = kernel::lmm::lmm_solve; - /** * @brief Get the right multiplicative factor for the latency. * @details Depending on the model, the effective latency when sending @@ -147,7 +141,7 @@ public: virtual int sharingPolicy(); /** @brief Check if the Link is used */ - bool isUsed() override; + bool is_used() override; void turnOn() override; void turnOff() override;