X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea31ec0e5a9d8c016194492e5c943188281950ea..62cbd47a6b39a36431539d60f0f0efe81d228e4b:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index 793e99d821..832ef5e8a7 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -253,6 +253,8 @@ public: */ virtual int fileMove(surf_file_t fd, const char* fullpath); + bool isUsed() override {DIE_IMPOSSIBLE;} // FIXME: Host should not be a Resource + public: xbt_dynar_t p_storage; RoutingEdge *p_netElm;