X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efd5719fdcd06a99d1fd644b81c7e9d578c08fc5..8d777265e12b0b9c5f13fecfc719474cdd214e9e:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index a229068980..5e26f23832 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -50,8 +50,6 @@ XBT_PUBLIC_DATA(simgrid::xbt::signal *links; public: static Link *byName(const char* name); - static int linksAmount(); + static int linksCount(); static Link **linksList(); static void linksExit(); };