Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/mquinson/simgrid
authorMillian Poquet <millian.poquet@inria.fr>
Mon, 18 Jan 2016 23:01:08 +0000 (00:01 +0100)
committerMillian Poquet <millian.poquet@inria.fr>
Mon, 18 Jan 2016 23:01:08 +0000 (00:01 +0100)
1  2 
src/surf/network_interface.hpp

@@@ -232,7 -232,7 +232,7 @@@ public
    virtual int sharingPolicy();
  
    /** @brief Check if the Link is used */
 -  bool isUsed();
 +  bool isUsed() override;
  
    void turnOn() override;
    void turnOff() override;
@@@ -258,7 -258,7 +258,7 @@@ private
    static boost::unordered_map<std::string, Link *> *links;
  public:
    static Link *byName(const char* name);
-   static int linksAmount();
+   static int linksCount();
    static Link **linksList();
    static void linksExit();
  };