X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f59720c71f842e5ac1da02aa4db5832327b2b94..dcd2c367c090bf42195e45d1d5a5bf32dabc4173:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index b98bbcfb96..ac9b8a8da5 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -7,9 +7,10 @@ #ifndef SURF_NETWORK_IB_HPP_ #define SURF_NETWORK_IB_HPP_ -#include +#include "src/surf/network_smpi.hpp" +#include "xbt/base.h" -#include "network_smpi.hpp" +#include namespace simgrid { namespace surf { @@ -22,7 +23,7 @@ namespace simgrid { IBNode* destination; NetworkAction *action; double init_rate; - ActiveComm() : destination(NULL),action(NULL),init_rate(-1){}; + ActiveComm() : destination(nullptr),action(nullptr),init_rate(-1){}; ~ActiveComm(){}; };