Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
corrected wifi with loic infos
[simgrid.git] / src / surf / network_interface.cpp
index ccb7e034fc6c5ebe4dee70d63139f23ac3e699ec..5d9a7a522c5c0968374fc47c66909e9e7d4258c3 100644 (file)
@@ -181,7 +181,7 @@ void NetworkAction::set_state(Action::State state)
 }
 
 /** @brief returns a list of all Links that this action is using */
-std::list<LinkImpl*> NetworkAction::links() const
+std::list<LinkImpl*> NetworkAction::get_links() const
 {
   std::list<LinkImpl*> retlist;
   int llen = get_variable()->get_number_of_constraint();