X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e35ebda7e4ffacd769653b8ebb8ba93c7298bf..a34d8237b8267686bbd259670f27da273ff5236e:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 77e361e92c..26a27eaf46 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014. The SimGrid Team. +/* Copyright (c) 2014-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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);