X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..6659e698628302ff3b8663fe612044375e092fe3:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 4c39884ac3..26a27eaf46 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -7,11 +7,12 @@ #ifndef SURF_NETWORK_IB_HPP_ #define SURF_NETWORK_IB_HPP_ -#include "network_smpi.hpp" -class IBNode; +#include +#include "network_smpi.hpp" +class XBT_PRIVATE IBNode; -class ActiveComm{ +class XBT_PRIVATE ActiveComm{ public : //IBNode* origin; IBNode* destination; @@ -34,7 +35,7 @@ public : ~IBNode(){}; }; -class NetworkIBModel : public NetworkSmpiModel { +class XBT_PRIVATE NetworkIBModel : public NetworkSmpiModel { private: void updateIBfactors_rec(IBNode *root, bool* updatedlist); void computeIBfactors(IBNode *root);